I believe the synonym filter does not find phrases, only individual words.
It is possible that you could use the Shingle tools to create terms
that are word pairs. This would be very inefficient.
On Tue, Sep 7, 2010 at 6:23 AM, Jak Akdemir wrote:
> If you think to improve your synonyms file by t
If you think to improve your synonyms file by time I would recommend you
query time indexing. By the way you don't have to re-index when you need to
add something more.
On Sat, Aug 28, 2010 at 10:01 AM, Jonty Rhods wrote:
> Hi All,
>
> I want to use synonym for my search.
> Still I am in learnin
Index time synonym explore is the better way if u do not have the disk space
concern.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Implementing-synonym-NewBie-tp1379269p1392927.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi All,
I want to use synonym for my search.
Still I am in learning phase of solr. So please help me to implement synonym
in my search.
according to wiki synonym can be implemented in two ways.
1> at index time
2> at search time]
I have combination 10 of phrase for synonym so which will be better