| Thread | Last Post | Replies |
|
| Problem using FREETEXT | 28 Jun 2007 10:49 GMT | 1 |
I've got a .Net web page using OleDb to query my catalog. The query string looks like this: Select Filename, Size, Path, Create, Rank from SCOPE(" + scope + ") where FREETEXT(Contents,'" + TextBox1.Text + "') order by Rank desc
|
| Query finds not all files (IDQ) | 26 Jun 2007 17:06 GMT | 1 |
I have the following problem: The index server does not retrieve all files containing a certain search term. I use IDQ/HTX scripts, and I always get the wrong results for WinXP or Win2003 server.
|
| Page Cannot be Displayed for one user | 25 Jun 2007 22:22 GMT | 5 |
This is weird. We have an intranet with a search page. One user has complained it doesn't work for him. He gets page cannot be displayed. when he does the search. I got him to send me the string in the address bar when it fails:
|
| Searching Multiple Websites | 19 Jun 2007 23:27 GMT | 3 |
Would like to know if anyone has done this in the past - Searched separate intranet sites using Index Server. Additional Information: We have an existing intranet (http://oldIntranet.net) and Index Server is
|
| Alternative to Characterization? | 11 Jun 2007 13:06 GMT | 1 |
I could really use some help! I have an index that searches through a directory containing PDF files. Each PDF is unique, but has the same header text, etc. So, when someone searches for a specific word there may be 15 hits or more, but every result returned looks identical
|
| Problem with creating recordset from ixsso | 11 Jun 2007 13:05 GMT | 1 |
I use following code on asp.net page to retrieve indexing server data: Dim da As New OleDbDataAdapter rsQuery = objQuery.CreateRecordset("nonsequential") da.Fill(ds, rsQuery, "ISResults")
|
| Search Results only displays 1st of each 10... | 07 Jun 2007 16:17 GMT | 3 |
I've just recently migrated to Win2003 and am having trouble getting the search forms to work. I have a feeling that its something really simple, but for some reason, only the 1st result shows on each page... the other 9 on each page are not showing. I can page forward, but the ...
|
| IPhraseSink question | 01 Jun 2007 19:48 GMT | 6 |
I am developing a custom library for WordBreaking and Stemming using Microsoft's IWordBreaker, IWordSink, IWordFormSink, IStemmer, and IPhraseSink interfaces. I am reasonably certain my code works, but I can't verify the IPhraseSink implementation.
|