@Erick
Sorry! I chose a simple example as I wanted to reduce complexity.
In detail:
* We have distinct contents like tours, offers, events, etc which
themselves may be categorized: A tour may be a hiking tour, a
mountaineering tour, ...
* We have hundreds of customers that want to facet their sear
Hi,
I use json facets of type 'query'. As these queries are pretty slow and I'm
only interested in whether there is a match or not, I'd like to restrict
the query execution similar to the standard facetting (like with the
facet.exists parameter). My simplified query looks something like this (in
r
Hi all,
I index documents containing a spatial field (rpt) that holds a wkt
multipolygon. In order to retrieve all documents for which a certain point
is contained within a polygon I issue the following query:
q=*:*&fq={!field f=regionGeometry}Contains(POINT( ))
This works pretty good.
My quest
Hello,
please apologize if this is the wrong place to file my request! (Should I
open a JIRA issue instead?)
The problem:
I'm using solr 6.3.0. In my solr setup I apply some plugin code which
requires write access to some directories which are owned by the user
"tomcat". This user has no login s
Hello,
when I launch my two nodes in Solr cloud, I always get the following error
at node2:
PeerSync: core=portal_shard1_replica2 url=http://127.0.1.1:8984/solr ERROR,
update log not in ACTIVE or REPLAY state. FSUpdateLog{state=BUFFERING,
tlog=null}
Actually, I cannot experience any problems, bu
Hallo,
when I launch my two nodes in Solr cloud, I always get the following error
at node2:
PeerSync: core=portal_shard1_replica2 url=http://127.0.1.1:8984/solr
ERROR, update log not in ACTIVE or REPLAY state.
FSUpdateLog{state=BUFFERING, tlog=null}
Actually, I cannot experience any problems,
I'm looking for an option to write a Solr plugin which can deal with a
custom binary input stream. Unfortunately Solr's javabin as a protocol is
not an option for us.
I already had a look at some possibilities like writing a custom request
handler, but it seems like the classes/interfaces one woul