Re: Edismax and ShingleFilterFactory exponential term grow

2018-07-27 Thread Jokin Cuadrado
Ok, I thought that it was somehow expected, but what bothers me is that if I use min and max = 2 or min and max = 3, it grows linearly, but when I change to min = 2 and max = 3, the number of tokens explode. What I expect it was going to do was to make first the 2 shingles clauses and after the 3

Automatic creation of indexes

2017-10-31 Thread Jokin Cuadrado
Hi, I'm using solr to store time series data, log events etc. Right now I use a solr cloud collection and cleaning it deleting documents via queries, but I would like to know what approaches are other people using. Is there a way to create a collection when receiving a post to a inexistent inded?