Re: Positions files analysis

2016-06-28 Thread Erick Erickson
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

RE: Positions files analysis

2016-06-28 Thread Avi Steiner
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

Re: Positions files analysis

2016-06-27 Thread Erick Erickson
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