Dear Fellow Java and Lucene developers:
I am trying to display my results from doing a search of an xml document
(some quotes from shakespeare's "Hamlet") using a WildCard and Fuzzy search,
and then I'm trying to highlight the keyword(s) in the results, but
unfortunately I am having problems. In
31 maj 2008 kl. 14.25 skrev lucene user:
What are some average search and retrieval times for Lucene queries
in real
production use? Would people include relevant stuff like the number of
documents in your index, etc.?
Thanks for your help!
http://lucene.apache.org/java/docs/benchmarks.html
Hi, Folks:
What are some average search and retrieval times for Lucene queries in real
production use? Would people include relevant stuff like the number of
documents in your index, etc.?
Thanks for your help!
Paul,
How often does your process start up? Are you really sure that there
can never be two instances of your process running? If/when you
gather the infoStream logs running up to this exception, can you also
log when IndexReader.unLock is called?
Two writers on the same index can defi
OK.
What is your mergeFactor?
Mike
Paul J. Lucas wrote:
On May 30, 2008, at 5:59 PM, Michael McCandless wrote:
One more question: when you hit that exception, does the offending
file in fact not exist (when you list the directory yourself)?
Yes, the file does not exist.
And, does the e
On May 30, 2008, at 5:59 PM, Michael McCandless wrote:
One more question: when you hit that exception, does the offending
file in fact not exist (when you list the directory yourself)?
Yes, the file does not exist.
And, does the exception keep happening consistently (same file
missing) onc