RE: PrefixQuery returning 0 results

2010-02-17 Thread AlisonCallahan
Nevermind ... I wrote too soon ... It works!! Thank you Uwe Schindler! Alison Callahan AlisonCallahan wrote: > > Originally "subject" was indexed with ANALYZED ... I changed it to > NOT_ANALYZED (there was no "keyword" option for indexing in Lucene 3.0.0), >

RE: PrefixQuery returning 0 results

2010-02-17 Thread AlisonCallahan
> > I fit is indexed with ANALYZED not as keyword only, StandardAnalyzer will > remove <, lowercase and so on. > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original M

PrefixQuery returning 0 results

2010-02-17 Thread AlisonCallahan
I have indexed RDF in N-triple format (with three fields -- "subject", "predicate", "object") and now am trying to query the index with a PrefixQuery on the "subject" field. My test case is to get back all documents whose subject field starts with the prefix "http://old.nabble.com/PrefixQuery-retu