Re: question about solrCloud joining

2019-08-23 Thread Mikhail Khludnev
Raised https://issues.apache.org/jira/browse/SOLR-13716 On Wed, Aug 21, 2019 at 10:37 AM Lisheng Wang wrote: > Hi Mikhail, > > okay. > > below is 2 requests: > > both are select from "movieDirectors" collection join "movies" collection > which has 2 shards. > > > http://localhost:8983/solr/mov

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-23 Thread Mikhail Khludnev
Raised https://issues.apache.org/jira/browse/SOLR-13715 On Fri, Aug 23, 2019 at 12:20 PM harjagsbby wrote: > I dint quite get your question.Our Solr collection under contention is not > shareded. Data being joint is collocated.INfact multithreaded facet help > our > performance. > > Afer debugg

Re: How to enter a search bar in the results screen

2019-08-23 Thread alee2
I understand, basically I make a form and send it to Solr return the results -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: How to enter a search bar in the results screen

2019-08-23 Thread Shawn Heisey
On 8/23/2019 1:08 PM, alee2 wrote: maybe this thank you later better Whatever that is, it's not part of Solr. You're going to need to talk to whoever wrote the software that drives that website or program. Thanks, Shawn

Re: How to enter a search bar in the results screen

2019-08-23 Thread alee2
maybe this thank you later better -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

How to enter a search bar in the results screen

2019-08-23 Thread alee2
I need to insert a search bar on the screen that generates the list of results, could anyone help? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: How to enter a search bar in the results screen

2019-08-23 Thread Angie Rabelero
yuo need the html? you need an html form, and something that process the request, it can be on the front dide like javascipt, or on the back end with the languge your’re using. The form is going to use a solr client that is going to send a request to your solr instandce, On Aug 23, 2019, at 13

Re: How to enter a search bar in the results screen

2019-08-23 Thread Shawn Heisey
On 8/23/2019 12:59 PM, alee2 wrote: I need to insert a search bar on the screen that generates the list of results, could anyone help? Can you be more specific? If you're talking about Solr's admin UI, that is not designed to be exposed to end users. End users should never have direct access

Re: How to enter a search bar in the results screen

2019-08-23 Thread Erick Erickson
What screen? The admin UI? That’s not intended to be user-facing at all. Solr is an _engine_, not a user-facing app. All installations that I know of that have user-facing interfaces have their own search bar and send requests to Solr. > On Aug 23, 2019, at 2:59 PM, alee2 wrote: > > > I need t

How to enter a search bar in the results screen

2019-08-23 Thread alee2
I need to insert a search bar on the screen that generates the list of results, could anyone help? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

RE: 8.2.0 After changing replica types, state.json is wrong and replication no longer takes place

2019-08-23 Thread Markus Jelsma
Hello, Reloading and restarting doesn't seem to help here. Just occasionally the replicas decide to finally replicate some files, the next few commits are just ignored. I did finally found some errors. On the leader: 2019-08-23 01:11:10.989 ERROR (qtp367746789-4669) [c:nutch s:shard1 r:core_n

Re: 8.2.0 After changing replica types, state.json is wrong and replication no longer takes place

2019-08-23 Thread Ere Maijala
Hi, We've had PULL replicas stop replicating a couple of times in Solr 7.x. Restarting Solr has got it going again. No errors in logs, and I've been unable to reproduce the issue at will. At least once it happened when I reloaded a collection, but other times that hasn't caused any issues. I'll m

Re: Solr 7.6 JoinQueryParser with Muti Threaded Facet stops solr core with Exceptions

2019-08-23 Thread harjagsbby
I dint quite get your question.Our Solr collection under contention is not shareded. Data being joint is collocated.INfact multithreaded facet help our performance. Afer debugging more solr 7 calls JoinQParserPlugin createWeight is called by each thread of multithreaded facets but not in solr 6. I

SOLR-13457 - Streaming expression failure due to low hard-coded timeout values

2019-08-23 Thread Anindita Gupta
Hi, In FacetStream.java, open() method Socket timeout 30 seconds & connection timeout 15 seconds has been added in Version #7.7 onward which is hard-coded and not configurable. These numbers are very low when dealing with large number of documents for complex Streaming facet query and if we tr