Hi, I'm working with facets in solr 7.2.1. Basically I'm following this
tutorial:
http://yonik.com/multi-select-faceting/
The following solr request works just fine:
&json.facet={domains:{type:terms,field:domains,domain:{excludeTags:DOMAIN}},specialties:{type:terms,field:specialties,domain:{excl
On 3/31/2018 10:22 AM, Elier Delgado wrote:
Hi, I'm working with facets in solr 7.2.1. Basically I'm following this
tutorial:
http://yonik.com/multi-select-faceting/
The following solr request works just fine:
&json.facet={domains:{type:terms,field:domains,domain:{excludeTags:DOMAIN}},special
Hello,
I just started using Solr to create a Searching function on our existing
data.
The existing data is in FIX format sample as below:
8=FIX.4.4 9=653 35=RIO 1=TEST 11=3379122 38=1 44=2.0 39=A 40=2
49=VIPER 50=JPNIK01 54=1 55=JNI253D8.OS 56=XSVC 59=0 75=20180350
100=XOSE 10039=viperoo
On 3/31/2018 12:21 PM, Raymond Xie wrote:
I just started using Solr to create a Searching function on our existing
data.
The existing data is in FIX format sample as below:
all the red tags (I didn't mark all of them) are fields with definition
from FIX standard, I need to create index on all
Looks like Financial Information Exchange data, but, as Shawn says, the real
problem is what you want to do with it.
* What fields will be searched? Those are indexed.
* What fields will be returned in the result? Those are stored.
* What is the data type for each field?
I often store the data f
Raymond
Will you be streaming the FIX data, perhaps with aggregation? Just a thought, I
have no experience with FIX. Streaming opens up lots of questions.
Cheers -- Rick
On March 31, 2018 2:33:25 PM EDT, Walter Underwood
wrote:
>Looks like Financial Information Exchange data, but, as Shawn says
I am trying to copy contents of one core to other core by using fetchIndex
command
(/solr/CORE_NAME/replication?command=fetchindex&masterUrl=MASTER_URL).
How can I determine if the copy is actually complete?
I am using replication details command
(/solr/CORE_NAME/replication?command=details) to c