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
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
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
>
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo