Search Score percentage, Should not be relative to the highest score

2011-01-02 Thread Amr ElAdawy
Dear All, When using lucene to search documents, the results have a score based on their relativity to the search term. Inside lucene, the score percentage is calculated as a percentage of the maximum score achieved. Assume we are searching for Amr ElAdawy We get results like t

Search Score percentage, Should not be relative to the highest score

2011-01-02 Thread Amr ElAdawy
Dear All, When using lucene to search documents, the results have a score based on their relativity to the search term. Inside lucene, the score percentage is calculated as a percentage of the maximum score achieved. Assume we are searching for Amr ElAdawy We get results like th

IOException in updateDocument(term, document) method of IndexWriter

2011-01-02 Thread Atul Prajapati
Hi, we are calling updateDocument(term, document) method on IndexWriter and after that we are calling close() method of indexWriter. In Close() method i got the following IO exception. \\server01\files\luceneIndex\_c.cfs (The process cannot access the file because it is being used by an

Re: parsing Java log file with Lucene 3.0.3

2011-01-02 Thread Erick Erickson
Some days I just can't read... First question: Why do you require standard analyzer?Are you really making use of the special processing? Take a look at other analyzer options. PatternAnalyzer, SimpleAnalyzer, etc. If you really require StandardAnalyzer, consider using two fields. field_original a

Re: "GROUP BY" query

2011-01-02 Thread Benzion G
Sorry, my mistake. It works now. Thanks a lot! -- View this message in context: http://lucene.472066.n3.nabble.com/GROUP-BY-query-tp2177408p2179230.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To