Yeah, it is kind of weird, but certainly do-able. But big gotcha is if you
want to _retrieve_ that field, that could take some time. If you just want
to search it, no problems that I know of. If you do want to retrieve it,
make sure lazy field loading is enabled and that you do NOT ask for this
field in results except when you really need it...

Best
Erick


On Tue, Mar 19, 2013 at 6:33 PM, jimtronic <jimtro...@gmail.com> wrote:

> What are the likely ramifications of having a stored field with millions of
> "words"?
>
> For example, If I had an article and wanted to store the user id of every
> user who has read it and stuck it into a simple white space delimited
> field.
> What would go wrong and when?
>
> My tests lead me to believe this is not a problem, but it feels weird.
>
> Jim
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Practicality-of-enormous-fields-tp4049131.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to