RE: Per-document and per-query analysis

2015-07-24 Thread Markus Jelsma
adds considerable overhead, visible in the prepare section when debugging. Markus -Original message- > From:Alessandro Benedetti > Sent: Thursday 23rd July 2015 18:08 > To: solr-user@lucene.apache.org > Subject: Re: Per-document and per-query analysis > > markus, >

Re: Per-document and per-query analysis

2015-07-23 Thread Alessandro Benedetti
markus, the first idea that come to my mind is this : 1) you configure your schema, creating your field types, and if necessary fields associated 2) you build an UpdateRequestProcessor that do a conditional check per document, and create the proper fields starting from one input field . In this w