> This isn't an API problem. This is by design -- this is how it works.

Ack. What I was referring to wrt api earlier that uninverting the
index is not a direct operation and hence not supported via api. This
would need to be done by using other api and would require post
processing of index content to get that kind of data
Chetan Mehrotra


On Wed, Jan 3, 2018 at 2:47 PM, Dawid Weiss <dawid.we...@gmail.com> wrote:
>> That helps and explains why there is no support in std api
>
> This isn't an API problem. This is by design -- this is how it works.
> If you wish
> to retrieve fields that are indexed and stored with the document, the
> API provides
> such an option (indexed and stored field type). Your indexed fields
> are very likely
> created with just indexed flag (and explicitly not stored) -- you get
> what you asked for.
>
> D.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to