cument retrieval, nested field and
HTMLStripStandardTokenizerFactory
Hi hossman,
Thank you for your reply, question for the searchable field: Am I declare
the field to be indexed in schema is enough to make it searchable? (Assume I
write my schema based on the default one)
Thank you,
Vinci
h
Hi hossman,
Thank you for your reply, question for the searchable field: Am I declare
the field to be indexed in schema is enough to make it searchable? (Assume I
write my schema based on the default one)
Thank you,
Vinci
hossman wrote:
>
>
> : 1. Can I limit the number of returned document i
: 1. Can I limit the number of returned document in config file to avoid
: misconfiguration pull down the server?
You can configure it with an invariant value in your requestHandler config
... so it won't matter how many the client asks for, they'll get the
number you pick (or less if there are
Hi all,
I am working for developing the interface for Solr with JSON. And some
question here:
1. Can I limit the number of returned document in config file to avoid
misconfiguration pull down the server?
2. How can I retrieve the document by unique key for result view purpose ?
And how can I do t