solr-query-syntax Questions

3

Solved

Using solr 5.2.0 was wondering is there a query builder API/Jar/Ckient similar to Elasticsearch query builder API or do we have to bassically do String Kungfu to build queries in Solr?
Fukien asked 22/2, 2017 at 13:8

1

Solved

I would like to use solr_query to find results which field of map type contains given key-value pair. I'm trying to create a query similar to this: SELECT * FROM my_table WHERE pathId= 5 AND sol...
Clarkin asked 7/9, 2019 at 20:42

1

Solved

I'm using solr 6.6.0 ,and here are the documents in the collection. {"id":1,"content":test1"} {"id":2,"content":test2"} {"id":3,"content":test3"} Say I wanto to include the documents not contain...
Reviere asked 28/11, 2017 at 3:46

4

Solved

I have a Solr index with a set of coordinates stored as a Location type; I would like to query for documents where this field has a non-null value. What is the query syntax to perform the NOT NULL...
Bagley asked 23/5, 2012 at 14:32

4

Solved

I have a SOLR query which should fetch all the fields I store, except one field. Say I have 20 fields, do I need to hard code the 19 fields I want to fetch in the &fl=[f],[f],[f],....[f]' Or is...
Monthly asked 19/4, 2013 at 16:28

2

So I want to sort my Solr response by the following fields: published_year (desc) series_number (asc) status_color Problem is that status_color must be sorted by the following values (e.i. not ...
Electrodeposit asked 14/10, 2014 at 12:33

4

Solved

The following filter query returns zero results (using *:* as query): -startDate:[* TO *] OR startDate:[* TO NOW/DAY+1DAY] But if I filter only by: -startDate:[* TO *] I get 3 results. If I ...
Waylin asked 20/6, 2013 at 19:4

3

Solved

How do I search within an array field? I am using solr 4.2 with default settings. I indexed a few html and pdf documents using SolrNet. Here is a sample result for such a document when I search us...
Palish asked 3/4, 2013 at 17:48

1

Solved

using the following search query... https://github.com/search?q=repo%3AOpeningDesign%2FOpeningDesign+GET&p=1&ref=searchbar&type=Code&l= ..on this public repo: https://github.com/O...
Pickax asked 6/1, 2013 at 2:40
1

© 2022 - 2024 — McMap. All rights reserved.