On Thu, Nov 12, 2015 at 11:48 AM, Yago Riveiro wrote:
> In my query I have
> sort: index,
>
> And should be
>
> sort:{index:desc|asc}
>
> I think that the json parser should raise a “json parsing error” ...
Yeah, either that or "index" should be synonymous with "index asc".
-Yonik
I found the bug …
In my query I have
sort: index,
And should be
sort:{index:desc|asc}
I think that the json parser should raise a “json parsing error” ...
—/Yago Riveiro
On Thu, Nov 12, 2015 at 4:44 PM, Yago Riveiro
wrote:
> Solr 5.3.1
> —/Yago Riveiro
> On Thu, Nov 12, 20
Solr 5.3.1
—/Yago Riveiro
On Thu, Nov 12, 2015 at 4:21 PM, Yonik Seeley wrote:
> Thanks for the report Yago,
> What version is this?
> -Yonik
> On Thu, Nov 12, 2015 at 10:53 AM, Yago Riveiro wrote:
>> Hi,
>>
>> I'm hitting this NullPointerException using the json facet API.
>>
>> Same query u
Thanks for the report Yago,
What version is this?
-Yonik
On Thu, Nov 12, 2015 at 10:53 AM, Yago Riveiro wrote:
> Hi,
>
> I'm hitting this NullPointerException using the json facet API.
>
> Same query using Facet component is working.
>
> Json facet query:
>
> curl -s http://node1:8983/solr/metr
You can pass arbitrary params with Solrj. The API usage is just a little
more arcane.
- Mark
On Wed, Nov 11, 2015 at 11:33 PM Sathyakumar Seshachalam <
sathyakumar_seshacha...@trimble.com> wrote:
> I intend to use SolrJ. I only saw the below overloaded commit method in
> documentation (http://lu
Hi,
I'm hitting this NullPointerException using the json facet API.
Same query using Facet component is working.
Json facet query:
curl -s http://node1:8983/solr/metrics/query -d
'q=datetime:[2015-10-01T00:00:00Z TO
2015-10-04T23:59:59Z]&rows=0&json.facet={
urls: {
type: terms,
Alessandro,
> facet: {booksCount:"unique(_root_)"}
is a pretty cool finding. it's what literally Elastic does in
"reverse-nested-aggregation". it's interesting how much it costs for
shards. I'll look deeper.
Thanks, Alessandro!
Yonik, JSON Facets rocks!
On Thu, Nov 12, 2015 at 1:25 PM, Alessandro
Last addition, in the case of multi-level hierarchy.
I think I found what we can not reproduce :
*json.facet*={
top_reviewers: {
type: terms,
field: author_s,
facet: {
reviewCount: "unique(parent_s)",
facet: {
type: terms,
I was experimenting with multi-level hierarchy of nested objects.
the _root_ field will always point to the root parent id.
If I model Books - Reviews - Comments , where do I have the reference to
the parent ?
I think we are getting closer to the understanding of the ES functionality.
It should
Hi Mikhail,
how about this :
json.facet={
top_reviewers: {
type: terms,
field: author_s,
sort: "booksCount desc",
facet: {
booksCount: "unique(_root_)"
}
}
}
We query on children ( comments) and we calculate that facets.
This should sati
Okay, makes sense. As to your question - making a new ValueSourceParser
that handles 'equals' sounds pretty straight-forward.
If it helps, I have somewhere an Ant project that will unpack Solr and
compile custom components against it. I could push that to github or
something.
Upayavira
On Thu, N
What are HW specs. 4 threads is not much but still makes test less
deterministic, especially in case when queries are not equally "heavy".
Can you also collect QTime from Solr response and see if differences are
caused by networking.
Emir
On 11.11.2015 20:44, John Stric wrote:
There is a .N
fl=$b tells me it works. Or I can do a sort=$b asc
The idea is to calculate a score but only include geo if it is not a national
search. Do we want to send in a parameter into the QT which allows us to omit
geo from national searches
Bill Bell
Sent from mobile
> On Nov 11, 2015, at 1:15 A
13 matches
Mail list logo