How does searching with PayloadSpanUtil/PayloadTermQuery/etc work to
exclude/filter the matching terms based on the payload within a query
itself, the original question?
The javadocs for PayloadSpanUtil say that the IndexReader should only
contain doc of interest so not much use for a general quer
2012/2/6 Ian Lea
> Not sure if you got an answer to this or not. Don't recall seeing one
> and gmail threading says not.
>
> > Is the use of payloads I've described appropriate?
>
> Sounds OK to me, although I'm not sure why you can't store the
> metadata as a Document Field.
>
> > Can I exclude
Not sure if you got an answer to this or not. Don't recall seeing one
and gmail threading says not.
> Is the use of payloads I've described appropriate?
Sounds OK to me, although I'm not sure why you can't store the
metadata as a Document Field.
> Can I exclude/filter the matching terms based o
I'm working on providing advanced searching for annotated Medical
Documents (using UIMA). In the context of an annotated document, I
identify relevant medical terms, as well as the negation of certain terms.
Following what I've read and seen in Lucene examples, I've been able to
provide a sea