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 :
> Hi Alessandro,
> I have gone through the above suggested links, but i am not able to achieve
> the above expected result.
>
> The issue
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' .
I like nokia mobile
searched text: "nokia mobile"~500.
Best Regards,
Dinesh Naik
On Wed, Jul 8, 2015 at 8:36 P
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-mu
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
1001