Re: How to have Suggester to return part of the content instead of the entire content in Solr version 7.6.0?

2019-06-19 Thread ppunet
What would you recommend to use for the search field autocomplete functionality? Considering I have the whole pdf content, and the user can start searching for any term from the pdf. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SOLR Suggester returns either the full field value or single terms only

2019-06-19 Thread ppunet
Hey, As the SuggeterComponent provides the 'entire content' of the field in the suggestions. How is it possible to have Suggester to return only part of the content of the field, instead of the entire content, which in my scenario quite long? -- Sent from: http://lucene.472066.n3.nabble.com/Sol

How to have Suggester to return part of the content instead of the entire content in Solr version 7.6.0?

2019-06-19 Thread ppunet
Here is my problem statement and I would really appreciate for your feedback. Solr version 7.6.0 1. There are 1000's of pdf's with large amount of content are indexed to Solr. 2. Using AnalyzingInfixSuggester for the suggestions. Q. As the SuggeterComponent provides the 'entire content' of the f

Re: Solr's suggester results

2019-06-19 Thread ppunet
Here is my problem statement and I would really appreciate for your feedback. 1. There are 1000's of pdf's with large amount of content are indexed to Solr. 2. Using AnalyzingInfixSuggester for the suggestions. Q. As the SuggeterComponent provides the 'entire content' of the field in the suggesti