Re: solr /export handler - behavior during close()

2017-05-12 Thread Susmit Shukla
Hi Joel, Thanks for the insight. How can this exception be thrown/forced from client side. Client can't do a System.exit() as it is running as a webapp. Thanks, Susmit On Fri, May 12, 2017 at 4:44 PM, Joel Bernstein wrote: > In this scenario the /export handler continues to export results unti

Re: solr /export handler - behavior during close()

2017-05-12 Thread Joel Bernstein
In this scenario the /export handler continues to export results until it encounters a "Broken Pipe" exception. This exception is trapped and ignored rather then logged as it's not considered an exception if the client disconnects early. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 12

Re: file descriptors and threads differing

2017-05-12 Thread Satya Marivada
We have the same ulimits in both cases. /proc/2/fd: lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 124 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 125 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/

Re: is there a way to escape in # in solr

2017-05-12 Thread ravi432
Hi Roopesh, Try using patternreplacefilterfactory. Let me know if it helped. -- View this message in context: http://lucene.472066.n3.nabble.com/is-there-a-way-to-escape-in-solr-tp4334838p4334911.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: is there a way to escape in # in solr

2017-05-12 Thread Roopesh Uniyal
Hello Ravi, I am new to Solr and I am facing an issue for which I want to confirm if I need to fix anything. May be you have answer to this - I have to use data import so that I can index some info from MS SQL database in Solr. I am done with it. I can query/see records in solr also. But the col

Re: EXT: Re: Query regarding Solr Caches

2017-05-12 Thread Erick Erickson
"The reason I asked about the Cache sizes is I had read that configuring the Cache sizes of Solr does not provide you enough benefits" Where is "somewhere"? Because this is simply wrong as a blanket statement. filterCache can have tremendous impact on query performance, depending on the how m

Re: file descriptors and threads differing

2017-05-12 Thread Erick Erickson
Check the system settings with ulimit. Differing numbers of user processes or open files can cause things like this to be different on different boxes. Can't speak to the Java version. Best, Erick On Fri, May 12, 2017 at 11:56 AM, Satya Marivada wrote: > Hi All, > > We have a weird problem, wi

file descriptors and threads differing

2017-05-12 Thread Satya Marivada
Hi All, We have a weird problem, with the threads being opened many and crashing the app in PP7 (one of our environment). It is the same index, same version of solr (6.3.0) and zookeeper (3.4.9) in both environments. Java minor version is different (1.8.0_102 in PP8 (one of our environment) shown

Re: CDCR Alias support?

2017-05-12 Thread Webster Homer
The CDCR request handler doesn't support aliases. The source and target collections listed in the replica must be collections, nothing happens if they are aliases for a collection. No errors anywhere, just nothing. If a non-existent collection is listed I see errors, with an alias it just doesn't

solr /export handler - behavior during close()

2017-05-12 Thread Susmit Shukla
Hi, I have a question regarding solr /export handler. Here is the scenario - I want to use the /export handler - I only need sorted data and this is the fastest way to get it. I am doing multiple level joins using streams using /export handler. I know the number of top level records to be retrieve

Re: EXT: Re: Query regarding Solr Caches

2017-05-12 Thread Suresh Pendap
Hi Shawn, Thanks for the reply, it is useful. The reason I asked about the Cache sizes is I had read that configuring the Cache sizes of Solr does not provide you enough benefits, instead it is better to provide a lot of memory space to the Solr outside the JVM heap. Is it true that in general the

How to partition the collection

2017-05-12 Thread Mikhail Ibraheem
Hi, I have a denormalized dataset and hence has duplicate records. When I do any aggregation the result is wrong because it calculates duplicate data. So I want to partition the dataset with the unique attribute then do the aggregation or grouping against the partitioned results. 1- Ca

Re: cursormark pagination inconsistency

2017-05-12 Thread Shawn Heisey
On 5/9/2017 10:59 AM, moscovig wrote: > We are running on solrj 6.2.0, server 6.2.1 > and trying to fetch 100 records at a time, with nextCursorMark, > while* sorting on: score desc,* key asc > > The collection is made of 2 shards, with 3 replicas each. > > We get inconsistent results when not sp

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
Hi, I think I did one mistake when I started in step 3 solr without zookeeper-option. I did: bin/solr start -c but I think it should: bin/solr start -c -z localhost:2181 The problem is now when repeat step 4 (creating a collection) I get the following error: //I uploaded my cat-config again

is there a way to escape in # in solr

2017-05-12 Thread ravi432
-- View this message in context: http://lucene.472066.n3.nabble.com/is-there-a-way-to-escape-in-in-solr-tp4334838.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Features 6.5.1 v/s 6.1

2017-05-12 Thread Erik Hatcher
Sweta - There’s been an enormous number of changes between 6.1 and 6.5.1. See CHANGES: https://github.com/apache/lucene-solr/blob/master/solr/CHANGES.txt#L439-L1796 wow, huh? And yes, there have been dramat

Re: Solr Features 6.5.1 v/s 6.1

2017-05-12 Thread Steve Rowe
Hi, See 6.5.1 CHANGES: -- Steve www.lucidworks.com > On May 12, 2017, at 8:39 AM, Sweta Parekh wrote: > > Hi Team, > Can you please help me with new features, enhancements and improvements on > Solr 6.5.1 v/s 6.1 as we are planning to

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread ANNAMANENI RAVEENDRA
Hi , If there is a request handler configured in solrconfig.xml and update the Conf in zookeeper it should show up If already did it try reloading configuration Thanks Ravi On Fri, 12 May 2017 at 9:46 AM, Thomas Porschberg wrote: > > > This is another problem I see: With my non-cloud core I

Solr Features 6.5.1 v/s 6.1

2017-05-12 Thread Sweta Parekh
Hi Team, Can you please help me with new features, enhancements and improvements on Solr 6.5.1 v/s 6.1 as we are planning to upgrade the version. * Has there been major improvement in multi-term / phrase synonyms and match mode * Can we perform secondary search using different m

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
> > This is another problem I see: With my non-cloud core I have a > > conf-directory where I have dataimport.xml, schema.xml and solrconfig.xml. > > I think these 3 files are enough to import my data from my relational > > database. > > Under example/cloud I could not find one of them. How to s

Re: Explicit OR in edismax query with mm=100%

2017-05-12 Thread Nguyen Manh Tien
Hi, In our case, mm=100% is fixed. it works well for many other query. I just need an option in edismax so that for query "Solr OR Lucene" with explicit OR, mm will be ignore. Thanks, Tien On Thu, Apr 20, 2017 at 9:56 AM, Yasufumi Mizoguchi wrote: > Hi, > > It looks that edismax respects the m

Re: setup solrcloud from scratch vie web-ui

2017-05-12 Thread Shawn Heisey
On 5/12/2017 3:12 AM, Thomas Porschberg wrote: > I want to setup a solrcloud. I want to test sharding with one node, no > replication. > I have some experience with the non-cloud solr and I also run the cloud > examples. > I also have to use the DIH for importing. I think I can live with the >

Re: Dynamic facets during runtime

2017-05-12 Thread Erik Hatcher
Use "appends" instead of "defaults". > On May 11, 2017, at 23:23, Jeyaprakash Singarayar > wrote: > > Hi, > > Our application has a facet select admin screen UI that would allow the > users to add/update/delete the facets that has to be returned from Solr. > > Right now we have the facet fie

setup solrcloud from scratch vie web-ui

2017-05-12 Thread Thomas Porschberg
Hi, I want to setup a solrcloud. I want to test sharding with one node, no replication. I have some experience with the non-cloud solr and I also run the cloud examples. I also have to use the DIH for importing. I think I can live with the internal zookeeper. I did my first steps with solr-6.