Hi Harry, Chances are that your problem has to do with the maximum number of terms that will be indexed for a single field in a document. The default is 10000. You can change it by calling Lucene.Net.Index.IndexWriter.SetMaxFieldLength()
Regards, -- George Aroush -----Original Message----- From: George Aroush (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:45 PM To: [email protected] Subject: [jira] Closed: (LUCENENET-16) Lucene doesn't find words in the index [ http://issues.apache.org/jira/browse/LUCENENET-16?page=all ] George Aroush closed LUCENENET-16. ---------------------------------- Resolution: Invalid Hi Harry, What you have submited is a question, (it's not an issue;) thus, I am closing it. Please submit this question to the Lucene.Net mailing list, preferably with an example of how you are using the code to see the problem and we should be able to help you. Regards, -- George > Lucene doesn't find words in the index > -------------------------------------- > > Key: LUCENENET-16 > URL: http://issues.apache.org/jira/browse/LUCENENET-16 > Project: Lucene.Net > Issue Type: Bug > Environment: Windows XP, (same results in my app in C#, and in seekafile) > Reporter: Hany Philemon > Attachments: sample.rar > > > First, I want to thank all of you for such an amazing open source engine. > I am facing some problems, however. Lucene fails to match keywords that exist in the indexed files. For example, try adding the attached text file (after extracting it from the rar), then search for the word "Boolean", or "Transformations". Both of which are in the file, but Lucene doesn't find them. > Thank you, > Hany -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
