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
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
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
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
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