Hi Team,
We are exploring solr for one of our project as a search engine. It was a
really a great tool around indexing and response time. While we are exploring
we got the below questions and understandings. Kindly confirm the same.
We are actually trying to implement the search engine for
Hi Team - I have seen select distinct multiple fields is not possible in Solr
and i have seen suggestions coming up on faceting and grouping. I have some
questions. Is there any with any kind of plugins/custom implementation we can
achieve the same
1. Using any plugin or through custom implement
19, 2016 at 12:41 PM, thiaga rajan
wrote:
Hi Team - I have seen select distinct multiple fields is not possible in Solr
and i have seen suggestions coming up on faceting and grouping. I have some
questions. Is there any with any kind of plugins/custom implementation we can
achieve the same
1
Hi - I am using graphical query parser that was introduced in Solr 6. On the
traversal filter, i have provided conditions on one of the field and it is
working fine. But i was not able to provide conditions on multiple fields.
Please find the below query.
Working - {!graph from=HIERARCHY_LEVEL_P
Hi - We are having a tree based structure in solr and we are using solr graph
queries to perform some search in our usecases. Example - {! graph from=xx
to=yy} we got a new requirement like we need to search last level nodes based
on some parents in the tree and those last level nodes needs to b
We are working on a proposal and feeling streaming API along with export
handler will best fit for our usecases. We are already of having a structure in
solr in which we are using graph queries to produce hierarchical structure. Now
from the structure we need to join couple of more collections.