Christopher,

maybe the SynonymFilter can help you to solve your problem.

Let me try to explain:
If you create an extra field in the index for your use-case, you can boost
matches of them in a special way. 

The next step is creating an extra synonym-file.
as much as => SpecialPhrase1
in amount of => SpecialPhrase2
... and so on...

If an user wants to query for something like "as much as I love you" you can
do some boosting on matches from the SpecialPhrase-field and you are able to
response results from both: the normal StopWordFiltered data and the
SpecialPhrase-data.

If this fits your needs, please let me know.

Kind regards
- Mitch
-- 
View this message in context: 
http://old.nabble.com/Index-an-entire-Phrase-and-not-it%27s-constituent-parts--tp27785521p27887564.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to