MultiFieldQueryParser Search On C++ problem

2006-06-14 Thread Joe Amstadt
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

Lucene PhraseQuery Problem No Hits

2006-02-11 Thread Joe Amstadt
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