Re: Query over nested documents with an AND Operator

2019-02-01 Thread Scott Stults
Hi Julia, Keep in mind that in order to facet on child document fields you'll need to use the block join facet component: https://lucene.apache.org/solr/guide/7_4/blockjoin-faceting.html For the query itself you probably need to specify each required attribute value, but looks like you're already

Re: Query over nested documents with an AND Operator

2019-02-01 Thread Mikhail Khludnev
Whats' your current query? It's probably a question of building boolean query by combining Solr queries. Note, this datamodel might be a little bit overwhelming, So, if number of distinct attributename values is around a thousand, just handle it via dynamic field without nesting docs: brass

Query over nested documents with an AND Operator

2019-02-01 Thread Gelszus Julia
Hello, recently I started to work with Apache SOLR 7.6.0 in the course of a project. I encountered the following problem during the queries, where I want to know if the SOLR offers this in general: We want to index a nested XML document, which can have the following structure: - there are 1-n Par