Re: A few query issues with solr

2010-08-27 Thread hemantverm...@gmail.com
this link will help you: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory -- View this message in context: http://lucene.472066.n3.nabble.com/A-few-query-issues-with-solr-tp1358081p1369261.html Sent from the Solr - User mailing list archive

Re: A few query issues with solr

2010-08-27 Thread Markus Jelsma
For solving the car/car-rent issue you'll need to add a SynonymFilter to your analyzer chain and configure it accordingly. On Friday 27 August 2010 13:40:15 hemantverm...@gmail.com wrote: this link will help you: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimi

A few query issues with solr

2010-08-26 Thread David Yang
Hi, I'm new to using Solr, and I have started an index with it and it works great. I have encountered a few minor issues that I currently solve by modifying the query beforehand - however I feel like there is a much more configuration oriented and Solr-correct way of achieving. Current