RE: Concurency in Lucene

2002-10-17 Thread Scott Ganyo
This sounds like an excellent start and would certainly be useful in a number of scenarios, but it is not quite as generally useful as it could be given its asynchronous nature. Generally expected database behavior is that when a change is committed (and not before) it is immediately viewable in

RE: Integrating the PDF Extract With Lucene!!!!

2002-10-17 Thread Vinod Bhagat
Hi Otis May be i am asking for more.. is there some class that accepts this document field terminology, would you be in a position to name out the class name, and also i did not understand clearly what u mean by creating Field form the text and than create document form these field The

Re: Lucene: access to the original string positions of terms

2002-10-17 Thread Otis Gospodnetic
Read the FAQ, please: http://www.jguru.com/faq/Lucene --- Stephan Grimm <[EMAIL PROTECTED]> wrote: > Are the string positions of the terms in the original document stored > in the > index? > How can I access them (preferably during the search process)? > > > > > > -- > To unsubscribe, e-mail

Re: Integrating the PDF Extract With Lucene!!!!

2002-10-17 Thread Otis Gospodnetic
Once you extract the content of the PDF and have it in your String variables, you can create Fields with them, then create Documents with Fields, and finally add those Documents to IndexWriter, which indexes them. Please look at the demo code that comes with Lucene first. Otis --- Vinod Bhagat

Lucene: access to the original string positions of terms

2002-10-17 Thread Stephan Grimm
Are the string positions of the terms in the original document stored in the index? How can I access them (preferably during the search process)? -- To unsubscribe, e-mail: For additional commands, e-mail:

Does this idea make sense???

2002-10-17 Thread Richly, Gerhard
Hello, unfortunately i´m not a professional, therefore i want to ask you for advice. i hope that is alright. My company needs an application including database with the oppertunity of full text search. But they have no database with full text search. So my idea is: To save only the filenames i