Re: [Edismax] * escaping

2015-11-25 Thread Alessandro Benedetti
Hi Shawn, thank you very much! I was thinking the debug "parsed query" was showing the "post parsing, pre analysis" queries. But actually it shows the post analysis. Cheers On 24 November 2015 at 17:49, Shawn Heisey wrote: > On 11/24/2015 9:31 AM, Alessandro Benedetti wrote: > > I was wonderin

Re: Sold 4.10.4 dropping index on shutdown

2015-11-25 Thread Oliver Schrenk
It will take a while before we try out 4.10 again. We might just jump directly to Solr 5 (waiting for some fixes regarding faceting). One thing I noticed today that luceneMatchVersion was still set to 4.7 and not to 4.10.4. But I would expect Solr 4.10 to handle this. > On 23 Nov 2015, at 12:21

Use dataimporthandler cache with stored procedures

2015-11-25 Thread Jean-Philippe Quéméner
Hi, I'm trying to import my data from an sql database using the dataimporthandler. For some nested entity I want to use the cache to cache the result of my stored procedure. My config looks like this > > > > >cacheLookup="product.brand_id" cacheImpl="SortedMap

Solr Date Format

2015-11-25 Thread Salman Ansari
Hi, I was exploring Solr date formats and came across the following link https://cwiki.apache.org/confluence/display/solr/Working+with+Dates which specifies that the date format in Solr is as -MM-DDThh:mm:ssZ I was wondering if 1) Solr support other date formats? 2) Solr supports other calen

Re: Use dataimporthandler cache with stored procedures

2015-11-25 Thread Mikhail Khludnev
Hello Jean-Philippe, You either call it 300 times with the different param value, without cache or load all rows once and cache them SQL examples in the doc explain this clear, I suppose. On Wed, Nov 25, 2015 at 2:27 PM, Jean-Philippe Quéméner < jeanphilippe.queme...@gmail.com> wrote: > Hi,

Re: Solr Date Format

2015-11-25 Thread Alexandre Rafalovitch
Solr internally only supports that format. However, it is possible to use an UpdateRequestProcessor to pre-process other formats. That's what happening when you are using the "schemaless" mode: https://github.com/apache/lucene-solr/blob/lucene_solr_5_3_1/solr/example/files/conf/solrconfig.xml#L1356

Re: [Edismax] * escaping

2015-11-25 Thread Jack Krupansky
Yeah, this stuff is poorly documented, not very intuitive, and the terminology is poorly designed in the first place, so it's completely expected to easily get confused by it. Not even a mention of it in the Solr reference guide. -- Jack Krupansky On Wed, Nov 25, 2015 at 4:39 AM, Alessandro Bened

Re: Querying nested datastructures

2015-11-25 Thread István
Hi Jack, Thank you very much, I am going to for this as the primary solution. Regards, Istvan On Tue, Nov 24, 2015 at 1:56 PM, Jack Krupansky wrote: > The primary recommendation is that you flatten nested documents. > > That means one Solr document per cpc, not multivalued. > > As always, quer

Probelm with Deleting child document

2015-11-25 Thread Novin
Hi Guys, I am having problem to deleting last child document. Parent product01 has child part01, part02. When update product01 with only child part01, It is fine. but when I tried to update parent01 with no child,it still has part01. It is OK I didn't tell solr to delete the last child or pr

Re: Querying nested datastructures

2015-11-25 Thread István
Hi Mikhail, Thank you very much for the info, it is very informative. I am going through the links you sent. Best regards, Istvan On Tue, Nov 24, 2015 at 7:48 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Hello Istvan, > > - when flattern subdocs, you can concatenate its' fields

Re: Probelm with Deleting child document

2015-11-25 Thread Mikhail Khludnev
It's known issue https://issues.apache.org/jira/browse/SOLR-5211 I wish to address it in scope of https://issues.apache.org/jira/browse/SOLR-7672, but I'm blocked by code review for https://issues.apache.org/jira/browse/SOLR-7606 On Wed, Nov 25, 2015 at 5:17 PM, Novin wrote: > Hi Guys, > > I a

[Faceting] Exact Value Faceting VS ID Faceting

2015-11-25 Thread Alessandro Benedetti
Hi guys, let's open a discussion : *Use Case *: A set of fields I use only for : - exact search - faceting *Field Configuration* I don't need norms, I don't need term freq and I don't need positions. I do need the index for exact search. I would like to have docValues because facets are going

Solrcloud with Zookeeper in production

2015-11-25 Thread Mugeesh Husain
Hello, I am planing to configure solrcloud in production server, i found one of link http://jayant7k.blogspot.in/2013/06/step-by-step-setting-up-solr-cloud.html. I am stuck, i unable to find any article for production server with latest version 5. Please suggest me or give me appropriate link

Re: multiple table(how to index multiple table in solr)

2015-11-25 Thread Mugeesh Husain
Thanks you Erick Erickson. -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-table-how-to-index-multiple-table-in-solr-tp4241868p4242165.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: JSON facets and excluded queries

2015-11-25 Thread Yonik Seeley
Here's a little tutorial on multi-select faceting w/ the JSON Facet API: http://yonik.com/multi-select-faceting/ -Yonik On Tue, Nov 24, 2015 at 12:56 PM, Aigner, Max wrote: > I'm currently evaluating Solr 5.3.1 for performance improvements with > faceting. > However, I'm unable to get the 'exc

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at http://events.linuxfoundation.o

Re: JSON facets and excluded queries

2015-11-25 Thread Alessandro Benedetti
Thank you very much Yonik ! Is this feature already in solr 5.3.1 ? ( didn't have the time to check yet !) Related the "wrong way" and "good way" in managing the filters according to the multi selection, I definitely would like to see soon an OR fq. Would be much easier to manage ( as we keep addi

RE: JSON facets and excluded queries

2015-11-25 Thread Aigner, Max
Thanks, this is great :=)) I hadn't seen the domain:{excludeTags:...} syntax yet and it doesn't seem to be working on 5.3.1 so I'm assuming this is work slated for 5.4 or 6. Did I get that right? Thanks, Max -Original Message- From: Yonik Seeley [mailto:ysee...@gmail.com] Sent: Wedne

Re: JSON facets and excluded queries

2015-11-25 Thread Yonik Seeley
On Wed, Nov 25, 2015 at 2:15 PM, Aigner, Max wrote: > Thanks, this is great :=)) > > I hadn't seen the domain:{excludeTags:...} syntax yet and it doesn't seem to > be working on 5.3.1 so I'm assuming this is work slated for 5.4 or 6. Did I > get that right? Hmmm, the "domain" keyword was added

Re: JSON facets and excluded queries

2015-11-25 Thread Yonik Seeley
On Wed, Nov 25, 2015 at 2:29 PM, Yonik Seeley wrote: > On Wed, Nov 25, 2015 at 2:15 PM, Aigner, Max wrote: >> Thanks, this is great :=)) >> >> I hadn't seen the domain:{excludeTags:...} syntax yet and it doesn't seem to >> be working on 5.3.1 so I'm assuming this is work slated for 5.4 or 6. Did

RE: JSON facets and excluded queries

2015-11-25 Thread Aigner, Max
Yes, just tried that and it works fine. That just removed a showstopper for me as my queries contain lots of tagged FQs and multi-select facets (implemented the 'good way' :). Thank you for the quick help! -Original Message- From: Yonik Seeley [mailto:ysee...@gmail.com] Sent: Wednes

Re: JSON facets and excluded queries

2015-11-25 Thread Yonik Seeley
OK, just fixed this in https://issues.apache.org/jira/browse/SOLR-8341 and that domain syntax will work in 5.4 I'll update my blog on multi-select faceting note that. -Yonik On Wed, Nov 25, 2015 at 2:37 PM, Yonik Seeley wrote: > On Wed, Nov 25, 2015 at 2:29 PM, Yonik Seeley wrote: >> On Wed, No

URL Encoding on Import

2015-11-25 Thread Teague James
Hi everyone! Does anyone have any suggestions on how to URL encode URLs that I'm importing from SQL using the DIH? The importer pulls in something like "http://www.downloadsite.com/document that is being downloaded.doc" and then the Tika parser can't download the document because it ends up trying

Re: Solrcloud with Zookeeper in production

2015-11-25 Thread Erick Erickson
What have you tried and what hasn't worked? Have you worked though the reference guided for getting started with Solr Cloud? See: https://cwiki.apache.org/confluence/display/solr/SolrCloud Best, Erick On Wed, Nov 25, 2015 at 8:23 AM, Mugeesh Husain wrote: > Hello, > > I am planing to configure s

SolrCloud 4.8.1 maxConnectionsPerHost

2015-11-25 Thread Vincenzo D'Amore
Hi all, I have a SolrCloud cluster that is not scaling properly. As far as I can see, reached a certain number of connection (maybe 30/40) the cluster stops to until the running queries are completed. And only then it starts to work on queue. So the queue grows up and the waiting time become longe

Re: SolrCloud 4.8.1 maxConnectionsPerHost

2015-11-25 Thread Erick Erickson
Often the limiting factor is, indeed, the Tomcat settings. Remember that each Solr server has to talk to other Solr servers hosting shards, so if you have 10 shards a single request requires 10 connections from the aggregating node to the other shards so the total number of connections can to up fa