Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-18 Thread prateek . agarwal
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>

Re: Solr admin Segments page legend

2018-05-18 Thread Erick Erickson
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

Re: Solr admin Segments page legend

2018-05-18 Thread Erick Erickson
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

[ANNOUNCE] Apache Solr 6.6.4 released

2018-05-18 Thread Ishan Chattopadhyaya
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

[ANNOUNCE] Apache Solr 6.6.4 released

2018-05-18 Thread Ishan Chattopadhyaya
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

Re: Sorting on pseudo field(The one which is added during doctransformer)

2018-05-18 Thread Mikhail Khludnev
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,

Re: Multiple languages, boosting and, stemming and KeywordRepeat

2018-05-18 Thread Alessandro Benedetti
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 Software Engineer,

Re: Solr import doubling space on disk

2018-05-18 Thread Alexandre Rafalovitch
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: >

Caching Solr Grouping Results

2018-05-18 Thread rubi.hali
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

SOLR: Array Key to Value on Result

2018-05-18 Thread Doss
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

Re: Solr import doubling space on disk

2018-05-18 Thread Emir Arnautović
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

Solr import doubling space on disk

2018-05-18 Thread Darko Todoric
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

Re: Getting more documents from resultsSet

2018-05-18 Thread Pratik Patel
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

RE: Multiple languages, boosting and, stemming and KeywordRepeat

2018-05-18 Thread Markus Jelsma
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

Getting more documents from resultsSet

2018-05-18 Thread root23
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

Re: Getting more documents from resultsSet

2018-05-18 Thread Erick Erickson
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

Index filename while indexing JSON file

2018-05-18 Thread S.Ashwath
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

Re: Getting more documents from resultsSet

2018-05-18 Thread Deepak Goel
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. > >

Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
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

CDCR setup with Custom Document Routing

2018-05-18 Thread Atita Arora
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

CDCR sensitive to network failures

2018-05-18 Thread Webster Homer
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

Re: Why are port numbers not showing on Solr Admin Cloud Tab

2018-05-18 Thread THADC
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: