ake a search using regex in order to find how many _documents_
> contains those terms, but I would like to know how many such _terms_ (unique
> or total) are indexed. Is there a way to do it? Maybe with luke?
>
>
> -Original Message-
> From: Erick Erickson [mailto:ericker
do it? Maybe with luke?
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Tuesday, June 28, 2016 8:27 AM
To: solr-user
Subject: Re: Positions files analysis
Positions are necessary if you need to do "phrase searches".
If that's not necessary, sim
Positions are necessary if you need to do "phrase searches".
If that's not necessary, simply turn that option off in your
schema for the fields where it's unnecessary. See the reference
guide for
termVectors
termPositions
termOffsets
I'm really not sure what you're asking by:
"Is there a way I can