@Shawn Heisey-2
When we say recursive shards, what does that mean? My distributed node will
not have any data in it it will be just used for searching all the
shards(nodes) where the documents are indexed and try to get consolidated
data from it. My only problem here is if i change the
to LUCENE
Hi,
I was intending to open an Issue in Jira when I read that I'm supposed
to first contact this mailinglist.
Problem description
==
System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299
Steps to reproduce the problem:
1) Download solr-7.4.0.tgz
2) Unzip to C
@Erick @Shawn
Adding to my previous comment.
the below command works .
http://localhost:8983/solr/FI_idx/select?q=*:*&indent=true&shards=localhost:8983/solr/FI_idx
but the same will not work with filesearch new search handler.
http://localhost:8983/solr/FI_idx/filesearch?q=*:*&indent=tru
Hi Christine,
suggesters work differently than regular search as they complete an input
query, usually based on a state machine built from a dictionary. If you
want the similarity of input and suggestion, you can create a search
component to compute it yourself and set the value in the payload fie
I think this might be the problem. I was casting CloudSolrClient object or
HttpSolrClient object to SolrClient inside the indexing service and
performed add or query operation on this SolrClient object.
I had to cast the client object because the client object may be of any
type based on whether t
Hi,
I would like to know whether it is possible to filter the suggestions
returned by the suggest component according to a field. For example I have
a list of books published by different publications. I want to show
suggestions for a book title under a specific publication.
Thanks in Advance,
A
Hello Erick,
Even the silliest ideas may help us, but unfortunately this is not the case.
All our Solr nodes run binaries from the same source from our central build
server, with the same libraries thanks to provisioning. Only schema and config
are different, but the directive is the same all
I want to transfer my jar files to my ".system" collection in "Solrcloud".
One of my solr port is
My jar file name is "norm", and the following is my command for this
transfer:
/
curl -X POST -H 'Content-Type:application/octet-stream' --data-binary
@norm.jar http://localhost:/solr/.system
Thank you Shawn -
I think the root issue is related to some weirdness with HDFS. Log file
is here:
http://lovehorsepower.com/solr.log.4
Config is here:
http://lovehorsepower.com/solrconfig.xml
I don't see anything set to 20 seconds.
I believe the root exception is:
org.apache.hadoop.ipc.Remot
Hi Arunan,
You can use a context filter query as described
https://lucene.apache.org/solr/guide/6_6/suggester.html
Cheers,
Peter.
-Original Message-
From: Arunan Sugunakumar [mailto:arunans...@cse.mrt.ac.lk]
Sent: 03 July 2018 12:17
To: solr-user@lucene.apache.org
Subject: Filtering sol
On 7/3/2018 3:09 AM, Adarsh_infor wrote:
> the below command works .
>
> http://localhost:8983/solr/FI_idx/select?q=*:*&indent=true&shards=localhost:8983/solr/FI_idx
>
> but the same will not work with filesearch new search handler.
>
> http://localhost:8983/solr/FI_idx/filesearch?q=*:*&indent=t
Jakob:
I don't have Windows so rely on people who do to vet changes. But I'm
working on https://issues.apache.org/jira/browse/SOLR-12008 which
seeks to get rid of the confusing number of log4j config files and
solr.cmd has a lot of paths to change. So if you do get agreement that
you should raise
Please follow the instructions here:
http://lucene.apache.org/solr/community.html#mailing-lists-irc
. You must use the _exact_ same e-mail as you used to subscribe.
If the initial try doesn't work and following the suggestions at the
"problems" link doesn't work for you, let us know. But note you
bq. I am trying to see how sharding can be employed to
improve the query performance by adding the route to a shard based on a
field in schema.xml.
This is actually straightforward, just create the collections with
implicit routing.
See the collections API for CREATE and the "Document Routing" se
Hello.
{!parent} always searching for parents, some improvement is in progress,
but you need to use [child] or [subquery] to see children.
If you don't have an idea about search result add &explain=true param to
get through matching details.
On Mon, Jul 2, 2018 at 10:41 PM kristaclaire14
wrote:
On 7/3/2018 2:53 AM, ja...@jafurrer.ch wrote:
> I was intending to open an Issue in Jira when I read that I'm supposed
> to first contact this mailinglist.
>
> Problem description
> ==
>
> System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299
>
> Steps to reproduce
On 7/3/2018 6:55 AM, Joe Obernberger wrote:
> I think the root issue is related to some weirdness with HDFS. Log
> file is here:
> http://lovehorsepower.com/solr.log.4
> Config is here:
> http://lovehorsepower.com/solrconfig.xml
> I don't see anything set to 20 seconds.
>
> I believe the root excep
On 7/3/2018 6:49 AM, Zahra Aminolroaya wrote:
> I want to transfer my jar files to my ".system" collection in "Solrcloud".
> One of my solr port is
>
> My jar file name is "norm", and the following is my command for this
> transfer:
> /
> curl -X POST -H 'Content-Type:application/octet-stream'
I have a document with child documents like:
maindoc_121
true
child_121_1
genre
drama
child_121_2
country
USA
The child documents have the same set of fields.
I can write a query that has a child which has attrname=genre and
Hello,
q={!parent which="isParent:true" v='attrname:genre AND attrvalue:drama'} AND
{!parent which="isParent:true" v='attrname:country AND attrvalue:USA'}
On Tue, Jul 3, 2018 at 3:35 PM TK Solr wrote:
> I have a document with child documents like:
>
>
> maindoc_121
> true
> c
Shawn:
Yeah, the best I've been able to come up with so far is to have
exactly two, both in server/resources
log4j2.xml - the standard configuration for running Solr
log4j2-console.xml Used by the startup scripts (_not_ running Solr).
See the last two comments on SOLR-12008 for more detail.
Eric
3 July 2018, Apache Lucene™ 6.6.5 available
The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5.
Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for nearly
any application that requires full-t
Congrats to all! -- H
On Tue, 3 Jul 2018 at 14:29, Ishan Chattopadhyaya
wrote:
>
> 3 July 2018, Apache Lucene™ 6.6.5 available
>
> The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5.
>
> Apache Lucene is a high-performance, full-featured text search engine
> library written e
03 July 2018, Apache Solr™ 6.6.5 available
The Lucene PMC is pleased to announce the release of Apache Solr 6.6.5
Solr is the popular, blazing fast, open source NoSQL search platform from
the Apache Lucene project. Its major features include powerful full-text
search, hit highlighting, faceted se
Hi,
I was trying out extracting the payload field value for a payload field
type and then doing a sort based on that value.
For some reason, the sort works with ascending order but fails with
descending order.
{
"responseHeader":{
"status":500,
"QTime":1,
"params":{
"p":"paylo
Thank you, Mikhail. But this didn't work. The first {!parent which='...'
v='...'} alone works. But the second {!parent ...} clause is completely ignored.
In fact, if I turn on debugQuery, rawquerystring and querystring have the second
query but parsedquery and parsedquery_toString only have the f
Hi,
Would like to check, if there are any major changes in the way the SSL
works for Solr 7.4.0?
I have tried to set up with the same method that I used for Solr 7.3.1, but
after setting it up, the Solr is unable to load.
Below is the error message that I get.
Caused by: java.security.Privilege
Hi Shawn,
thanks that helped. I modified the searchHandler as below and it started
working
*:*
localhost:8983/solr/FI_idx
/select
Regards
Adarsh
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Thanks shawn. I removed the space from header because I got another error. I
finally used "Content-Type: application/octet-stream" instead of
'Content-Type: application/octet-stream' and all of errors even the space
limit error solved.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f
29 matches
Mail list logo