MemoryIndex and UnifiedHiglighter

2022-01-19 Thread Christophe Jolif
intln("highlight with unified=" + result); The result is always "null". Thanks! -- Christophe - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: search with accent not match

2008-08-07 Thread Christophe from paris
pe of thing usually comes down to individual > requirements/filter limitations. If your stopword list has diacriticals > and you run the accent filter before applying the stopword list, some > expected stopwords will never be removed...etc. > > > Christophe from paris w

Re: search with accent not match

2008-08-06 Thread Christophe from paris
so, you will no longer be able to > differentiate between the two in your searching (rarely that important > in my opinion, but others certainly disagree). > > - Mark > > Christophe from paris wrote: >> Hello >> >> I'm use FrenchAnalyzer for index >

search with accent not match

2008-08-06 Thread Christophe from paris
Hello I'm use FrenchAnalyzer for index IndexWriter writer = new IndexWriter(pathOfIndex, new FrenchAnalyzer(), true); Document = new Document(); doc.add(new Field("TXT_CHARACT_VALUE",word.toLowerCase(),Field.Store.YES,Field.Index.TOKENIZED)); writer.addDocument(doc); And search IndexReader re

RE: Apostrophe filtering in StandardFilter

2008-01-29 Thread christophe blin
Hi, thanks for the pointer to the ellision filter, but I am currently stuck with lucene-core-2.2.0 found in maven2 central repository (do not contain this class). I'll watch for an upgrade to 2.3 in the future. BTW, I think there is an error in the current javadoc because the sentence "Note that

Apostrophe filtering in StandardFilter

2008-01-29 Thread christophe blin
Hi, I see a lots of thread about apostrophe not being considered a separator and I see lots of french people complaining about that (I also complain since I am french ;) ). My question is "what is the status of http://tinyurl.com/ynskw3 ?" I think the patch given in this thread will work for en

question on the implementation of a SetFilter

2007-12-28 Thread christophe blin
Hi, I'd like to implement a SetFilter like describe in http://www.nabble.com/Re%3A-Too-many-clauses-p1145373.html At the moment, I have a working implementation but there are some gotchas I do not understand (i.e I take the code from RangeFilter and adapt it as suggested by the post) Could some

Question about the "not" in lucene

2006-11-25 Thread christophe leroy
in me how the "not" works? Thank in advance, Christophe ___ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinio

Re: Using Lucene for searching tokens, not storing them.

2006-04-14 Thread Christophe
On 14 Apr 2006, at 08:55, karl wettin wrote: I don't want to use Lucene for persistence. I do not want to store tokens nor field text in a FSDirectory or in a RAMDirectory. I want to take store the the tokens in my application. If I understand your question, I think that the first answer wa

Re: Using Lucene for searching tokens, not storing them.

2006-04-14 Thread Christophe
On 14 Apr 2006, at 08:51, karl wettin wrote: You missunderstand all my questions. I must admit I was not sure I understood your question, either. In order to search, Lucene needs an index. That index is maintained by the IndexReader and IndexWriter classes. Are you contemplating having

Compressed BitSet

2006-03-09 Thread Dupriez Christophe
h for your advice ! Christophe Dupriez [EMAIL PROTECTED] ___ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'int

Re: How Fast is MemoryIndex? How Much Resource Does It Use?

2005-10-24 Thread Christophe
Hi, Sam, Is there a reason you couldn't build a test case and try it, in your environment and on your hardware? That seems to be the only way to really answer the question. On 24 Oct 2005, at 09:54, Sam Lee wrote: How much of a performance impact if I store queries as documents first? A