Are you indexing your documents with the same Analyzer? Are you using QueryParser? Are you able to get query 3) to work when using queries directly, without a QueryParser?
Otis --- Reece <[EMAIL PROTECTED]> wrote: > Hi, > > I have a field that has a dollar sign in it like this: > abc$def > > I perform the following queries using the > StandardAnalyzer: > > 1). myField:abc$def - work > 2). myField:abc* - work > 3). myField:abc$* - no work > > Why doesn't the third query work? Is there an > analyzer that will handle all three of these queries? > > Thanks, > Reece > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - More reliable, more storage, less spam > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
