Using cursor marker might help as explained in this documentation
https://lucene.apache.org/solr/guide/6_6/pagination-of-results.html
On Fri, May 18, 2018 at 4:13 PM, Deepak Goel wrote:
> I wonder if in-memory-filesystem would help...
>
> On Sat, 19 May 2018, 01:03 Erick Erickson,
> wrote:
>
>
I wonder if in-memory-filesystem would help...
On Sat, 19 May 2018, 01:03 Erick Erickson, wrote:
> If you only return fields that are docValue=true that'll largely
> eliminate the disk seeks. 30 seconds does seem kind of excessive even
> with disk seeks though.
>
> Here'r a reference:
> https://
Hello,
I have 2 directories: 1 with txt files and the other with corresponding
JSON (metadata) files (around 9 of each). There is one JSON file for
each CSV file, and they share the same name (they don't share any other
fields).
The txt files just have plain text, I mapped each line to a fiel
If you only return fields that are docValue=true that'll largely
eliminate the disk seeks. 30 seconds does seem kind of excessive even
with disk seeks though.
Here'r a reference: https://lucene.apache.org/solr/guide/6_6/docvalues.html
Whenever I see anything like "...our business requirement is..
Hi all,
I am working on Solr 6. Our business requirement is that we need to return
2000 docs for every query we execute.
Now normally if i execute the same set to query with start=0 to rows=10. It
returns very fast(event for our most complex queries in like less then 3
seconds).
however the moment
Hi Alessandro,
I looked at the parsed_query again and spotted something that could be the
problem. We extend ExtendedDismaxQParser for payload support among other
things. I suspect something is going wrong with rewriting the claused of
SynonymQuery there.
Thanks for letting me look at that par
Hi,
I am to setup the CDCR for a Solr Cluster which uses Custom Document
Routing.
Has anyone tried that before ?
Do we have any caveats to know well before ?
I will be setting up Uni Directional in Solr 7.3.
Per documentation -
> The current design works most robustly if both the Source and targ
I decided to simply create an external zookeeper cluster and point my solr
server nodes to them instead of using the build-in zookeeper. For whatever
reason, this solved the issue: I see the port numbers.
Please consider this thread closed.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-
Recently I encountered some problems with CDCR after we experienced network
problems, I thought I'd share.
I'm using Solr 7.2.0
We have 3 solr cloud instances where we update one cloud and use cdcr to
forward updates to the two solrclouds that are hosted in a cloud.
Usually this works pretty well
Hello,
I created a two node solr cloud setup using the internal zookeeper. My setup
was as follows:
./bin/solr start -c -p 8983 -s /opt/solrDeployTest/nodeHome/node1/solr/
./bin/solr start -c -p 7574 -s /opt/solrDeployTest/nodeHome/node2/solr/
, I then created my own configset and loaded it in
Hi,
Would like to dynamically change the CDCR configuration dynamically . I think
Solr cloud config api can be used for this.
Is there way to invoke Solr cloud config api's through Solrj's CloudSolrClient.
Thanks,
Raji
Hi All
Can somebody please explain if we can cache solr grouping results in query
result cache as i dont see any inserts in query result cache once we enabled
grouping?
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
I am looking for a solution. Lets say we have complete City, State, Country
values in an array (with Multi language), based on user selection I will be
storing only the corresponding keys in the index.
If I place the complete array inside solr conf or inside the data
directory, is there any
And (as an additive comment),
You may want to index into a completely separate collection and then
do alias switching to point to it when done. That indexing could even
be on a separate machine.
Regards,
Alex.
On 18 May 2018 at 08:47, Emir Arnautović wrote:
> Hi Darko,
> There is no updating
Hi Darko,
There is no updating data in Solr. It is always written into new segment and if
some existing document has the same ID it will be flagged as deleted but will
not be removed until that segment is merged. While merging it will keep old
segments until new is done and searcher updated. So
Hi guys,
We have about 250gb solr data on one server and when we start full
import solr doubling space on disk... This is problem for us because we
have 500gb SSD on this server and we hit almost 100% disk usage when
full import running.
Because we don't use "clean" option, are they are way to
Asher:
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 n
The proportions are off for deleted documents, see: SOLR-8839.
On Fri, May 18, 2018 at 12:48 AM, Asher Shih wrote:
> unsubscribe
>
> On Thu, May 17, 2018 at 8:17 PM, Yasufumi Mizoguchi
> wrote:
>> Hi,
>>
>> I found some information about the pink bar from mail archive.
>> I think this should be
Right
https://wiki.apache.org/solr/SolrPlugins#ValueSourceParser
On Fri, May 18, 2018 at 8:04 AM, prateek.agar...@bigbasket.com <
prateek.agar...@bigbasket.com> wrote:
> Hi Mikhail,
>
> I think you forgot to link the reference.
>
> Thanks
>
>
> Regards,
> Prateek
>
> On 2018/05/17 13:18:22, Mikha
Hi Markus,
can you show all the query parameters used when submitting the request to
the request handler ?
Can you also include the parsed query ( in the debug)
I am curious to investigate this case.
Cheers
--
Alessandro Benedetti
Search Consultant, R&D Software Engineer
18 May 2018, Apache Solr™ 6.6.4 available
The Lucene PMC is pleased to announce the release of Apache Solr 6.6.4
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 sea
18 May 2018, Apache Solr™ 6.6.4 available
The Lucene PMC is pleased to announce the release of Apache Solr 6.6.4
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 sea
Hi Mikhail,
I think you forgot to link the reference.
Thanks
Regards,
Prateek
On 2018/05/17 13:18:22, Mikhail Khludnev wrote:
> Here is the reference I've found so far.
>
> On Thu, May 17, 2018 at 12:26 PM, prateek.agar...@bigbasket.com <
> prateek.agar...@bigbasket.com> wrote:
>
> >
> > H
23 matches
Mail list logo