Hi,
i know, this can be a little off topic. But maybe someone knows something.
Background: I'm using RHEL 5.8 with 64-bit JVM. With a 32-bit JVM the
Searcher works fine.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x2b060334, pid=12235, ti
Hmmm... Seems like a lot of work to be done. I will try these options and
update.
Thanks a lot.
Best.
--
View this message in context:
http://n3.nabble.com/Problem-with-search-tp717137p719604.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com
t record for
> that bill. I did some research and understood that filters could be used to
> implement this kind of requirement, however I am not sure how to proceed.
>
> Any hints on how to implement this would be highly appreciated.
>
> Thanks.
> --
> View this message
used to
implement this kind of requirement, however I am not sure how to proceed.
Any hints on how to implement this would be highly appreciated.
Thanks.
--
View this message in context:
http://n3.nabble.com/Problem-with-search-tp717137p717137.html
Sent from the Lucene - Java Users mailing list
Also, please note that I thought about it and realized that I mispoke
when I sent out my original suggestion. You don't want an untokenized
field in your case, you want an unstemmed one instead.
This will allow you to get the functionality you are looking for.. at
least I believe so ^^
Anyh
Thanks for the reply.
I will try to add an other data field.
I thought about this solution but i was not very sure. I thought that was an
easier solution to do that...
best regards
Renou
2008/6/26 Matthew Hall <[EMAIL PROTECTED]>:
> You could also add another data field to the index, with an
You could also add another data field to the index, with an untokenized
version of your data, and then use a multifield query to go against both
the stemmed and exact match parts of your search at the same time.
This is a technique I've used quite often on my project with various
different req
The way I've solved this is to index the stemmed *and* a special
token at the same position (see Synonym Analyzer). The From your
example, say you're indexing progresser. You'd go ahead and index the
stemmed version , "progress", AND you'd also index "progresser$"
at the same offset. Now, when you
Hello,
I have a stemmed index, but i want to search the exact form of a word.
I use French Analyzer, so for instance "progression", "progresser" are
indexed with the linguistic root "progress".
But if I want to search the word "progress" (and only this word), I have to
many hits (because of "progr
Hello,
I have a stemmed index, but i want to search the exact form of a word.
I use French Analyzer, so for instance "progression", "progresser" are
indexed with the linguistic root "progress".
But if I want to search the word "progress" (and only this word), I have to
many hits (because of "progr
10 matches
Mail list logo