Θέμα: Re: problem with the label

2007-05-27 Thread STEFANOS STEFANOS
for instance, lowercases the terms. Third, take the time to read over the FAQ at http://wiki.apache.org/lucene-java/LuceneFAQ Fourth: have you tried query.toString() to see what the results of the parse are? If so, please post it. Best Erick On 5/26/07, STEFANOS STEFANOS wrote: > > Hello,

problem with the label

2007-05-26 Thread STEFANOS STEFANOS
Hello, When i tried to index a sense with name Sense:(the sense) with label contents: (contents:Sense:sense) i had a problem in the searching.For example when i had as a query the Sense:sense lucene didn't return anything and when contents:Sense:sense returned many documents that they

add in an existing document

2007-05-09 Thread STEFANOS STEFANOS
Hello, I would like to ask you about the function add of lucene 2.0. When i am trying to add a document in an existed index the index's documents are replaced by the new document. I did it according to the book. cheers, Stefanos -