No other way around to fit this requirement?
On Sat, Jan 15, 2011 at 10:01 AM, Chamnap Chhorn wrote:
> Ahh, thanks guys for helping me!
>
> For Adam solution, it doesn't work for me. Here is my Field, FieldType, and
> solr query:
>
> positionIncrementGap="100">
>
>
>
>
Ahh, thanks guys for helping me!
For Adam solution, it doesn't work for me. Here is my Field, FieldType, and
solr query:
http://localhost:8081/solr/select?q=printing%20house&qf=keyphrase&debugQuery=on&defType=dismax
+((DisjunctionMaxQuery((keyphrase:smart))
Di
This might work:
Define your field to use WhitespaceTokenizer and LowerCaseFilterFactory
Use a filter query referencing this field.
If you wanted the words to appear in their exact order, you could just
define
the "pf" field in your dismax.
Best
Erick
On Thu, Jan 13, 2011 at 8:01 PM, Estrada G
Ahhh...the fun of open source software ;-). Requires a ton of trial and error!
I found what worked for me and figured it was worth passing it along. If you
don't mind...when you sort everything out on your end, please post results for
the rest of us to take a gander at.
Cheers,
Adam
On Jan 13
Thanks for your reply. However, it doesn't work for my case at all. I think
it's the problem with query parser or something else. It forces me to put
double quote to the search query in order to get the results found.
"sim 010"
"sim 010"
+DisjunctionMaxQuery((keyphrase:sim 010)) ()
+(keyphrase:sim
Hi,
the following seems to work pretty well.
Hi all,
I'm just stuck with exact keyword for several days. Hope you guys could help
me. Here is the scenario:
1. It need to be matched with multi-word keyword and case insensitive
2. Partial word or single word matching with this field is not allowed
I want to know the field type definiti