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 quer
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
if
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:
name
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
x:UM_IndexServer_MailArchiv_Spelle_66AC8340-4734-438A
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 the
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 Davi
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 Wh
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. Th
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 a
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: th
Hi Solr experts,
I have multivalued location on RPT field.
Is there a way to know which location matched by query?
sample query:
&q=:&fq={!bbox sfield=store}&pt=45.15,-93.85&d=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 i
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 runni
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 using
13 matches
Mail list logo