Displaying and highlighting results from a Wild Card and Fuzzy search using Lucene in Java

2008-05-31 Thread syedfa
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

Re: Lucene search time in real production use?

2008-05-31 Thread Karl Wettin
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

Lucene search time in real production use?

2008-05-31 Thread lucene user
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!

Re: FileNotFoundException in ConcurrentMergeScheduler

2008-05-31 Thread Michael McCandless
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

Re: FileNotFoundException in ConcurrentMergeScheduler

2008-05-31 Thread Michael McCandless
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

Re: FileNotFoundException in ConcurrentMergeScheduler

2008-05-31 Thread Paul J. Lucas
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