What do you mean ? Have you used the implemented plugins already ?
Can you show us the debugged query please ?

Cheers

2015-07-08 16:48 GMT+01:00 dinesh naik <dineshkumarn...@gmail.com>:

> Hi Alessandro,
> I have gone through the above suggested links, but i am not able to achieve
> the above expected result.
>
> The issue here is , my searched text is a part of field 'text' .
>
> <field name="text">I like nokia mobile </field>
>
> searched text: "nokia mobile"~500.
>
> Best Regards,
> Dinesh Naik
>
> On Wed, Jul 8, 2015 at 8:36 PM, Alessandro Benedetti <
> benedetti.ale...@gmail.com> wrote:
>
> > Showing your debug query would clarify the situation, but I assume you
> got
> > into a classic multi-word synonym problem[1] .
> > Hope the documents I pointed out are good for you.
> >
> > Cheers
> >
> > [1] http://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr/
> > [2]
> >
> >
> http://lucidworks.com/blog/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/
> >
> > 2015-07-08 15:47 GMT+01:00 dinesh naik <dineshkumarn...@gmail.com>:
> >
> > > Hi,
> > >
> > > We have a synonym file with below content:
> > >
> > > 1
> > > 2
> > > cell phone ,nokia mobile
> > >
> > > And we have 3 documents:
> > >
> > > doc1:
> > >
> > > 3
> > > 4
> > > 5
> > > 6
> > > 7
> > > 8
> > > 9
> > > 10
> > > 11
> > > 12
> > > 13
> > > 14
> > > 15
> > > 16
> > > 17
> > > 18
> > > 19
> > > 20
> > > 21
> > > 22
> > > 23
> > > 24
> > > 25
> > > 26
> > > 27
> > > 28
> > > 29
> > > 30
> > > 31
> > > 32
> > > 33
> > > 34
> > > 35
> > > 36
> > > 37
> > > 38
> > > 39
> > > 40
> > > 41
> > > 42
> > > 43
> > > 44
> > > 45
> > > 46
> > > 47
> > > 48
> > > 49
> > > 50
> > > 51
> > > 52
> > > 53
> > > 54
> > > 55
> > > 56
> > > 57
> > > 58
> > > 59
> > > 60
> > > 61
> > > 62
> > >   <doc>
> > >     <field name="id">1001</field>
> > >     <field name="name">Doc 1</field>
> > >     <field name="text">I like nokia mobile </field>
> > >   </doc>
> > >
> > > doc2:
> > >
> > >   <doc>
> > >     <field name="id">1002</field>
> > >     <field name="name">Doc 2</field>
> > >     <field name="text">I cant leave without cell phone </field>
> > >   </doc>
> > >
> > > doc3:
> > >
> > >   <doc>
> > >     <field name="id">1003</field>
> > >     <field name="name">Doc 3</field>
> > >     <field name="text">I work with Nokia inc</field>
> > >   </doc>
> > >
> > > when i search for cell phone, I should get doc1 and doc2 returned but
> not
> > > doc3.
> > >
> > > The search syntax is : text: "cell phone"~500
> > >
> > >
> > > How could i achieve this?
> > >
> > >
> > >
> > > Best Regards,
> > > Dinesh Naik
> > >
> >
> >
> >
> > --
> > --------------------------
> >
> > Benedetti Alessandro
> > Visiting card : http://about.me/alessandro_benedetti
> >
> > "Tyger, tyger burning bright
> > In the forests of the night,
> > What immortal hand or eye
> > Could frame thy fearful symmetry?"
> >
> > William Blake - Songs of Experience -1794 England
> >
>
>
>
> --
> Best Regards,
> Dinesh Naik
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to