Closed (fixed)
Project:
Apache Solr Common Configurations
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2013 at 10:01 UTC
Updated:
4 Mar 2015 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nick_vhComment #1.0
nick_vhUpdated issue summary.
Comment #2
nick_vhComment #3
polThis is, I think, the best solution when you use a view with search_api and configure the query parse mode in the Views Query settings to "Direct query".
I'm using it now, and I'm very happy.
EDIT: No need to set the parse mode to "Direct query", it also works with the default mode "Multiple terms".
Comment #4
nick_vhAdding a patch that adds this multiterm component.
I've tested it with solr 3.5 and it seems that solr 3.5 loads with this analyzer, even though it does not support it. Trying 3.4 also and if that does not appear to be any problem we should be ready to commit this. Solr 4 has more multitermaware components but we do not want to rely on those.,
Comment #5
polWill try that asap !
Thanks Nick :)
Comment #6
nick_vhCommitted. Finally