simultaneous index/search/delete

2005-01-05 Thread Alex Kiselevski
Concerning the question about simultaneous index/search/delete : Do i have to put synchronized on methods that call to API functions of index/search/delete The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The information is

Re: PDFBox deprecated methods

2005-01-05 Thread ben
Daniel, Yes, that getText( PDDocument ) is the method you should be using. You no longer need to use a COSDocument object, please note the following methods that go along with the deprecation of getText( COSDocument ) PDFParser.getPDDocument() - to get a PDDocument instead of a COSDocument

Re: 1.4.3 breaks 1.4.1 QueryParser functionality

2005-01-05 Thread Doug Cutting
Bill Janssen wrote: Sure, if I wanted to ship different code for each micro-release of Lucene (which, you might guess, I don't). That signature doesn't compile with 1.4.1. Bill, most folks bundle appropriate versions of required jars with their applications to avoid this sort of problem. How

Question about Analyzer and words spelled in different languages

2005-01-05 Thread Mariella Di Giacomo
Hi ALL, We are trying to index scientic articles written in english, but whose authors can be spelled in any language (depending on the author's nazionality) E.g. Schäffer In the XML document that we provide to Lucene the author name is written in the following way (using HTML ENTITIES)

multi-threaded thru-put in lucene

2005-01-05 Thread John Wang
Hi folks: We are trying to measure thru-put lucene in a multi-threaded environment. This is what we found: 1 thread, search takes 20 ms. 2 threads, search takes 40 ms. 5 threads, search takes 100 ms. Seems like under a multi-threaded scenario, thru-put isn't

Indexing flat files with out .txt extension

2005-01-05 Thread Hetan Shah
Hello, How can one index simple text files with out the .txt extension. I am trying to use the IndexFiles and IndexHTML but not to my satisfaction. In the IndexFiles I do not get any control over the content of the file and in case of IndexHTML the files with out any extension do not get index

Re: Indexing flat files with out .txt extension

2005-01-05 Thread Erik Hatcher
On Jan 5, 2005, at 6:31 PM, Hetan Shah wrote: How can one index simple text files with out the .txt extension. I am trying to use the IndexFiles and IndexHTML but not to my satisfaction. In the IndexFiles I do not get any control over the content of the file and in case of IndexHTML the files

Span Query Performance

2005-01-05 Thread Andrew Cunningham
Hi all, I'm currently doing a query similar to the following: for w in wordset: query = w near (word1 V word2 V word3 ... V word1422); perform query and I am doing this through SpanQuery.getSpans(), iterating through the spans and counting the matches, which can result in 4782282 matches

RemoteSearcher

2005-01-05 Thread Yura Smolsky
Hello. Does anyone know application which based on RemoteSearcher to distribute index on many servers? Yura Smolsky, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]