Re: Help with Shingled queries

2010-06-14 Thread Chris Hostetter
: the queryparser first splits on whitespace. FWIW: robert is refering to the LuceneQParser, and it also applies to the DismaxQParser ... whitespace is considered markup in those parsers unless it's escaped or quoted. The FieldQParser may make more sense for your usecase - or you may need a c

Re: Help with Shingled queries

2010-06-04 Thread Robert Muir
the queryparser first splits on whitespace. so each individual word of your query: short,red,evil,fox gets its own tokenstream, and therefore isn't shingled. On Fri, Jun 4, 2010 at 6:21 PM, Greg Bowyer wrote: > Hi all > > Interesting and by the looks of things very solid project you have here >

Help with Shingled queries

2010-06-04 Thread Greg Bowyer
Hi all Interesting and by the looks of things very solid project you have here with SOLR, however .. I have an index that contains a large number of "phrases" that I need to search for over, each of these phrases is fairly small being on average about 4 words long. The search terms that I am