Re: Index-time synonyms and trailing wildcard issue

2013-02-14 Thread Johannes Rodenwald
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@

Re: Index-time synonyms and trailing wildcard issue

2013-02-13 Thread Jack Krupansky
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

Index-time synonyms and trailing wildcard issue

2013-02-13 Thread Johannes Rodenwald
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,

Re: Is it possible to apply index-time synonyms just for a section of the index

2009-06-25 Thread anuvenk
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

Re: Is it possible to apply index-time synonyms just for a section of the index

2009-06-25 Thread rswart
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

Is it possible to apply index-time synonyms just for a section of the index

2009-06-25 Thread anuvenk
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

Index time synonyms

2008-01-24 Thread anuvenk
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