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 >