Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rohan Kasat
Hi Rashi, Can you try with 0 Also you can play with maxqueryfrequency value. Regards, Rohan On Sat, Apr 6, 2019 at 2:53 AM Rashi wrote: > Hi Rohan, > > Sharing the configuration: > > > text_suggest > > > > default > title > solr.DirectSolrSpellChecker > >

Re: Autosuggest help

2019-04-06 Thread Midas A
Any update? On Thu, 4 Apr 2019, 1:09 pm Midas A, wrote: > Hi, > > We need to use auto suggest click stream data in Auto suggestion . How we > can achieve this ? > > Currently we are using suggester for auto suggestions . > > > Regards, > Midas >

Re: SOLR Text Field

2019-04-06 Thread Shawn Heisey
On 4/6/2019 6:59 AM, Dave Beckstrom wrote: I'm really hating SOLR. All I want is to define a text field that data can be indexed into and which is searchable. Should be super simple. But I run into issue after issue. I'm running SOLR 7.3 because it's compatible with the version of NUTCH I'm

Re: high cpu threads (solr 7.5)

2019-04-06 Thread Erick Erickson
Here’s what the current state of various Solr x Java versions: https://wiki.apache.org/solr/SolrJavaVersions > On Apr 5, 2019, at 3:16 PM, Hari Nakka wrote: > > Thank you. We are planning to upgrade the JDK 11. > Is solr 7.5 fully compatible with openjdk 11. > > > On Thu, Apr 4, 2019 at 9:58

Re: Solr 8.0.0 Indexing but not Adding

2019-04-06 Thread Jörn Franke
What do the solr log files say? > Am 06.04.2019 um 15:56 schrieb Anuj Bhargava : > > While doing full import, getting the following error - Indexing but not > Adding/Upldating > > { > "responseHeader":{ >"status":0, >"QTime":2}, > "initArgs":[ >"defaults",[ >

Solr 8.0.0 Indexing but not Adding

2019-04-06 Thread Anuj Bhargava
While doing full import, getting the following error - Indexing but not Adding/Upldating { "responseHeader":{ "status":0, "QTime":2}, "initArgs":[ "defaults",[ "config","db-data-config.xml"]], "command":"full-import", "status":"idle", "importResponse":"",

Re: SOLR Text Field

2019-04-06 Thread Dave
Wow. Ok dude relax and take a nap. It sounds like you don’t even have a core defined. Maybe you’d do and I’m reaching a bit but start there solr is super simple and only gets complicated when you’re complicated. > On Apr 6, 2019, at 8:59 AM, Dave Beckstrom wrote: > > Hi Everyone, > > I'm

Re: SOLR Text Field

2019-04-06 Thread Tim Allison
TextField is a classname. Look in managedschema and pick a field type by name, e.g. text_general On Sat, Apr 6, 2019 at 9:00 AM Dave Beckstrom wrote: > Hi Everyone, > > I'm really hating SOLR. All I want is to define a text field that data > can be indexed into and which is searchable.

SOLR Text Field

2019-04-06 Thread Dave Beckstrom
Hi Everyone, I'm really hating SOLR. All I want is to define a text field that data can be indexed into and which is searchable. Should be super simple. But I run into issue after issue. I'm running SOLR 7.3 because it's compatible with the version of NUTCH I'm running. The docs say that

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rashi
Hi Rohan, Sharing the configuration: text_suggest default title solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 Also, below are the parameters,

Re: Solr LTR model Performance Issues

2019-04-06 Thread Jörn Franke
It is a little bit difficult to say, because it could be also the business logic in the query execution. What is your performance baseline, ie if you just execute one query for each of the models? How fast should it be? Do you have really 10 or more concurrent users, or users that fire up