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),
>
>
> 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
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