I meant that solr should not be thinking that it has to retrieve any thing further (as in any stored document data) after once it gets the doc id, so that one further look up for doc data is prevented.
On Sun, Oct 6, 2013 at 2:49 PM, Ertio Lew <ertio...@gmail.com> wrote: > yeah I already configured it as a unique identifier, > but how do I tell solr it should use that for its internal document id & > not do unnecessary lookup/fetch for the document but instead just return > the doc id as query response ? > > > > On Sun, Oct 6, 2013 at 2:18 PM, Gora Mohanty <g...@mimirtech.com> wrote: > >> On 6 October 2013 14:16, Ertio Lew <ertio...@gmail.com> wrote: >> > Could I just use my application specific document id as the document id >> > that solr uses for internal purposes, >> [...] >> >> If this is a unique identifier, yes, you should be able to >> do that. >> >> Regards, >> Gora >> > >