: Okay. So still, how would I go about creating a new DocList and Docset as
: they cannot be instantiated?
DocLists and DocSets are retrieved from the SolrIndexSearcher as results
from searches. a simple javadoc search for the useages of the DocList and
DocSet APIs would have given you this an
Okay. So still, how would I go about creating a new DocList and Docset as
they cannot be instantiated?
Thanks, Brett.
hossman wrote:
>
>
> : > one thing to keep in mind however is that post-processing a DocList to
> : > filter stuff out is almost never a good idea -- things get really
> : >
: > one thing to keep in mind however is that post-processing a DocList to
: > filter stuff out is almost never a good idea -- things get really
: > convoluted when you think about dealing with pagination and except for
: > some really trivial use cases you can never know what your upper bound
hossman wrote:
>
> one thing to keep in mind however is that post-processing a DocList to
> filter stuff out is almost never a good idea -- things get really
> convoluted when you think about dealing with pagination and except for
> some really trivial use cases you can never know what your
: Hi, I was wondering if any has had luck deleting added documents to
: SolrQueryResponse? I am subclassing StandardRequestHandler and after I run
: the handle request body method (super.handleRequestBody(req, rsp);) I won't
: to filter out some of the hits.
DocLists are immutable (if i remember
This thread got buried last night, so... bump.
pof wrote:
>
> Hi, I was wondering if any has had luck deleting added documents from
> SolrQueryResponse? I am subclassing StandardRequestHandler and after I run
> the handle request body method (super.handleRequestBody(req, rsp);) I want
> to filte