I don't believe I am getting expected results when using a streaming
expression that simply uses innerJoin.
Here's the example:
innerJoin(
search(illuminate, q=(mrn:123) (*:*), fl="key,mrn", sort="mrn asc"),
search(illuminate, q=(foo*), fl="key,mrn,*", sort="mrn asc"),
on="mrn"
)
All
Hi everyone!
is there any way the collections available on the left-hand side of the
solr UI can be sorted? I'm referring to the "collection selector" dropdown.
But the same applies to the Collections button.
The sorting seems kind of..random?
Thanks in advance!
Sotir
Good day
I would like to get some info or confirmation about configuring Solr 8+ to get
content from WCM (Websphere Content Management)
Essentially, we have manually index data from WCM into Solr and this all works
fine. We want to now automate this process, so checking is there is any well
es
Hi,
Is there a way to select text fields in a query with a join clause in
Streaming Expressions or Parallel SQL? The following query:
SELECT field_s, field_t FROM t1 INNER JOIN t2 ON t1.a = t2.a LIMIT 10
requires that field_t, which is of type text, have docValues enabled, which
is not supported
Sorry, I just realized that I was wrong in how I'm using the payload
function.
Give that the payload function only handles a numeric (integer or float)
payload, could you suggest me an alternative function that handles strings?
If not, should I write one?
On Sun, Oct 20, 2019 at 10:43 PM Vincenzo
Hi all,
I'm trying to understand what I did wrong with a payload query that returns
error: {
metadata: [ "error-class", "org.apache.solr.common.SolrException",
"root-error-class", "org.apache.solr.common.SolrException" ],
msg: "No payload decoder found for field: colorCode",
code: 400
}
I have r
You’d need to write one. Payloads are generally intended to hold numerics you
can then use in a function query to factor into the score…
Best,
Erick
> On Oct 20, 2019, at 4:57 PM, Vincenzo D'Amore wrote:
>
> Sorry, I just realized that I was wrong in how I'm using the payload
> function.
> Giv
In short, nothing that’s maintained as part of the Apache project. There may be
commercial products, but I haven’t had occasion to look for one.
Best,
Erick
> On Oct 20, 2019, at 7:42 AM, Wasim S Kazi wrote:
>
> Good day
>
> I would like to get some info or confirmation about configuring Solr
Unfortunately not, although if you’d like to add that functionality to the
admin UI that’d be great.
If you know the name, you can just start typing and not have to scroll.
Best,
Erick
> On Oct 20, 2019, at 4:06 AM, Sotiris Fragkiskos wrote:
>
> Hi everyone!
>
> is there any way the collecti
SolrCloud mode, Solr and Zookeeper enabled kerberos, create collection failed
with following command
curl --negotiate -u : 'http://
noder27:8983/solr/admin/collections?action=CREATE&name=test01&numShards=1&replicationFactor=1&collection.configName=_default&wt=json'
The error is:
{
"responseHead
Hi Shawn,
per your comments from before
On Oct 15, 2019, 2:28 AM, Shawn Heisey wrote:
> Java 12 is not recommended. It is one of the "new feature" releases
> that only gets 6 months of support. We would recommend Java 8 or Java
> 11. These are the versions with long term support. Probab
Thanks Joel. That fixed the problem.
Regards,
Rajeswari
On Fri, Oct 18, 2019 at 12:50 PM Joel Bernstein wrote:
> The query that is created to me looks looked good but it returns no
> results. Let's just do a basic query using the select handler:
>
> product_s:product1
>
> If this brings back z
Hi Joel,
Thanks for your reply. This is a little different issue. Here the root docs
have parent_id as null. The parent_id of the child will be the docid of the
parent. With the data above and for the query below
nodes(s4,
walk="1->parent_s",
gather="docid_s",
scatter="branche
13 matches
Mail list logo