hello i have a question to lucene searching syntax
the "" is a wildcard. when i search te : i find test ,... but when i search *st i don't find "test :> whats the issue?
and i have a search concerning the text and an other search concerning the filename
in the filename search i use ""+searchstring "" in the textsearch just "searchstring"
what can i do when i search both, but filename with "" ""
parser = New MultiFieldQueryParser(New [String]() {"title", "bodytext"}, New StandardAnalyzer())