Re: Simulate facet.exists for json query facets

2020-10-30 Thread michael dürr
@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

Simulate facet.exists for json query facets

2020-10-28 Thread michael dürr
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

Boolean expression for spatial query

2017-02-25 Thread Michael Dürr
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

solr init script won't execute under user account without login shell

2017-02-04 Thread Michael Dürr
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

update log not in ACTIVE or REPLAY state

2016-04-13 Thread michael dürr
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

update log not in ACTIVE or REPLAY state

2016-03-31 Thread michael dürr
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,

Custom plugin to handle proprietary binary input stream

2016-02-11 Thread michael dürr
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