Re: How to know which value matched in multivalued field

2019-07-12 Thread Takashi Sasaki
I found this page. https://stackoverflow.com/questions/2135072/determine-which-value-produced-a-hit-in-solr-multivalued-field-type Hmmm... 2019年7月12日(金) 22:08 Takashi Sasaki : > > Hi Solr experts, > > I have multivalued location on RPT field. > Is there a way to know which location matched by

Re: indexing slow in solr 8.0.0

2019-07-12 Thread Jan Høydahl
You reduce cpu in half and see slower indexing. That is to be expected. But you fail to tell us any real details about your setup, your docs, how you index, how you measure throughput, what your bottleneck is etc. Also note that you get better throughput when indexing for the first time than

Solr 7.7 restore issue

2019-07-12 Thread Mark Thill
I have a 4 node cluster. My goal is to have 2 shards with two replicas each and only allowing 1 core on each node. I have a cluster policy set to: [{"replica":"2", "shard": "#EACH", "collection":"test", "port":"8983"},{"cores":"1", "node":"#ANY"}] I then manually create a collection with:

Re: SolrCloud indexing triggers merges and timeouts

2019-07-12 Thread Rahul Goswami
Upon further investigation on this issue, I see the below log lines during the indexing process: 2019-06-06 22:24:56.203 INFO (qtp1169794610-5652) [c:UM_IndexServer_MailArchiv_Spelle_66AC8340-4734-438A-9D1D-A84B659B1623 s:shard22 r:core_node87

Re: Spark-Solr connector

2019-07-12 Thread Dwane Hall
Thanks Shawn I'll raise a question on the GitHub page. Cheers, Dwane From: Shawn Heisey Sent: Friday, 12 July 2019 10:05 PM To: solr-user@lucene.apache.org Subject: Re: Spark-Solr connector On 7/11/2019 8:50 PM, Dwane Hall wrote: > I’ve just started looking at

Re: Getting list of unique values in a field

2019-07-12 Thread David Hastings
i found this: https://stackoverflow.com/questions/14485031/faceting-using-solrj-and-solr4 and this https://www.programcreek.com/java-api-examples/?api=org.apache.solr.client.solrj.response.FacetField just from a google search On Fri, Jul 12, 2019 at 9:46 AM Steven White wrote: > Thanks

Re: Getting list of unique values in a field

2019-07-12 Thread Steven White
Thanks David. But is there a SolrJ sample code on how to do this? I need to see one, or at least the API, so I know how to make the call. Steven On Fri, Jul 12, 2019 at 9:42 AM David Hastings wrote: > just use a facet on the field should work yes? > > On Fri, Jul 12, 2019 at 9:39 AM Steven

Re: Getting list of unique values in a field

2019-07-12 Thread David Hastings
just use a facet on the field should work yes? On Fri, Jul 12, 2019 at 9:39 AM Steven White wrote: > Hi everyone, > > One of my indexed field is as follows: > > multiValued="false" indexed="true" required="true" stored="false"/> > > It holds the file extension of the files I'm indexing.

Getting list of unique values in a field

2019-07-12 Thread Steven White
Hi everyone, One of my indexed field is as follows: It holds the file extension of the files I'm indexing. That is, let us say I indexed 10 million files and the result of such indexing, the field CC_FILE_EXT will now have the file extension. In my case the unique file extension list is

indexing slow in solr 8.0.0

2019-07-12 Thread derrick cui
Hi, I am facing an problem now. I just moved my solr cloud from one environment to another one, but performance is extremely slow in the new servers. the  only difference is CPU. also I just copy my whole solr folder from old env to new env and changed the configuration file. before:hardware:

How to know which value matched in multivalued field

2019-07-12 Thread Takashi Sasaki
Hi Solr experts, I have multivalued location on RPT field. Is there a way to know which location matched by query? sample query: =:={!bbox sfield=store}=45.15,-93.85=5 Of course I can recalculate on the client side, but I want to know how to do it using Solr's features. Solr version is 7.3.1.

Re: Spark-Solr connector

2019-07-12 Thread Shawn Heisey
On 7/11/2019 8:50 PM, Dwane Hall wrote: I’ve just started looking at the excellent spark-solr project (thanks Tim Potter, Kiran Chitturi, Kevin Risden and Jason Gerlowski for their efforts with this project it looks really neat!!). I’m only at the initial stages of my exploration but I’m

Re: QTime

2019-07-12 Thread Edward Ribeiro
Yeah, for network latency I would recommend a tool like charlesproxy. Edward Em qui, 11 de jul de 2019 20:59, Erick Erickson escreveu: > true, although there’s still network that can’t be included. > > > On Jul 11, 2019, at 5:55 PM, Edward Ribeiro > wrote: > > > > Wouldn't be the case of