sine" is a true synonym for "Orange" in german, meaning
"chinese apple". "Apfel" = apple, shouldnt match oranges).
Problem solved, thanks again for the help!
Johannes Rodenwald
- Ursprüngliche Mail -
Von: "Jack Krupansky"
An: solr-user@
h as a wildcard. At query time, Lucene cannot tell
whether your original document contained "apfelsin" or if "apfelsin" was
added when the document was indexed due to an index-time synonym.
Solution: Either disable index time synonyms, or have a parallel field (via
copyF
Hi,
I use Solr 3.6.0 with a synonym filter as the last filter at index time, using
a list of stemmed terms. When i do a wildcard search that matches a part of an
entry on the synonym list, the synonyms found are used by solr to generate the
search results. I am trying to disable that behaviour,
t;
>> I've posted a few questions on synonyms before and finally understood how
>> it worked and settled with index-time synonyms. Seems to work much better
>> than query time synonyms. But now @ my work, they have a special request.
>> They want certain synonyms to be ap
What is stopping you from defining different field types for faqs and
attorneys? One with index time synomyms and one without.
anuvenk wrote:
>
> I've posted a few questions on synonyms before and finally understood how
> it worked and settled with index-time synonyms. Seem
I've posted a few questions on synonyms before and finally understood how it
worked and settled with index-time synonyms. Seems to work much better than
query time synonyms. But now @ my work, they have a special request. They
want certain synonyms to be applied only to certain sections o
hat about the word 'judgement'?
Please someone help me understand this. I have another question related to
synonyms posted here
http://www.nabble.com/solr-synonyms-behaviour-td15051211.html
..please help with that too...
--
View this message in context:
http://www.nabble.com/Index-ti