Re: Relevance by term position

2019-06-27 Thread Samuel Kasimalla
Hi Jay, We solve his problem by doing a regular search with a wildcard instead of using autocomplete. It’s a little bit extra work but the customizability and flexibility makes it worth. Thanks, Sam > On Jun 27, 2019, at 10:00 PM, Jay Potharaju wrote: > > Hi, > I am trying to implement autoco

Re: SolrInputDocument setField method

2019-06-26 Thread Samuel Kasimalla
Hi Vicenzo, May be looking at the overridden toString() would give you a clue. The second part, I don't think SolrJ holds it it twice(if you are worried about redundant usage of memory), BUT if you haven't used SolrJ so far and wanted to know if this is the format in which it pushes to Solr, I'm

Re: Is Solr can do that ?

2019-06-21 Thread Samuel Kasimalla
Hi Bruno, Assuming you meant 30TB, the first step is to use TIka parser and convert the rich documents into plain text. We need the number of documents, the unofficial word on the street is about 50 million documents per shard, of course a lot of parameters are involved in this, it's a simple que