I'm trying to do a search on ( Java PHP C++ ) with
lucene 1.9. I am using a MultiFieldQueryParser to
parse with StandardAnalyzer. Before I parse the string
I clean up the search string and it looks like this (
Java PHP C\+\+ ). The query is only searching on "c"
and not "c++" any ideas as to what
Problem.
I can add one or multiple TermQuery's to the BooleanQuery for searching and I
am getting Hits when i preform the search on various indexes. If i add a
PhraseQuery to the BooleanQuery on a search i get zero hits.
Some Background Information:
Indexing using standard anaylzer.
I