Hi again. >In that case, you should be able to use a tokeniser to split >the input into phrases, though you will probably need to write >a custom tokeniser, depending on what characters you want to >break phrases at. Please see >http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
I have read this page but I didn't see anything. I thought it was a filter implemented. >It is also entirely possible to index the full text, and just do a >phrase search later. This is probably the easiest option, unless >you have a huge volume of text, and the volume of phrases to >be indexed can be significantly lower. How can I do that? Thanks. Rode.