Re: Dismax Question

2012-07-05 Thread Steve Fatula
It turns out that Solr 3.5.0 does not have the dismax issue, so, we have reverted. Hopefully, the bug will be fixed.

Re: Dismax Question

2012-07-02 Thread Steve Fatula
From: Joel Rosen >To: solr-user@lucene.apache.org; Steve Fatula >Cc: Ahmet Arslan ; Tom Burton-West >Sent: Monday, July 2, 2012 10:31 AM >Subject: Re: Dismax Question > >I and another user recently posted about this exact same issue.  It sounds >like maybe this is a

Re: Dismax Question

2012-07-02 Thread Steve Fatula
From: Joel Rosen To: solr-user@lucene.apache.org; Steve Fatula >Cc: Ahmet Arslan ; Tom Burton-West >Sent: Monday, July 2, 2012 10:31 AM >Subject: Re: Dismax Question > > >I and another user recently posted about this exact same issue.  It sounds >like maybe this is a

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>From: Ahmet Arslan >To: solr-user@lucene.apache.org; Steve Fatula >Sent: Monday, July 2, 2012 6:22 AM >Subject: Re: Dismax Question > >> So, my question is how do we get Solr search to work with >> AND when it is splitting words? The splitting part is good, &g

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>From: Vadim Kisselmann >To: solr-user@lucene.apache.org; Steve Fatula >Sent: Monday, July 2, 2012 4:31 AM >Subject: Re: Dismax Question > >in your schema.xml you can set the default query parser operator, in >your case , but it's >deprecated. > > >I

Dismax Question

2012-07-01 Thread Steve Fatula
Let's say a user types in: DualHead2Go The way solr is working, it splits this into: Dual Head 2 Go And searches the index for various fields, and finds records where any ONE of them matches. Now, if I simply type the search terms Dual Head 2 Go, it finds records where ALL of them match. Th

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Mark Miller >To: solr-user >Sent: Thursday, November 10, 2011 3:00 PM >Subject: Re: Out of memory, not during import or updates of the index > >How big is your index? > >The total for the data dir is 651M. >What kind of queries do you tend to see? Do you facet on a lot of fields? Sort >o

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Andre Bois-Crettez >To: "solr-user@lucene.apache.org" >Sent: Thursday, November 10, 2011 7:02 AM >Subject: Re: Out of memory, not during import or updates of the index > >You can add JVM parameters to better trace the heap usage with >-XX:+PrintGCDetails -verbose:gc -Xloggc:/your/gc/logfil

Re: Solr Indexing Time

2011-11-10 Thread Steve Fatula
From: "Husain, Yavar" >To: "solr-user@lucene.apache.org" >Sent: Thursday, November 10, 2011 3:43 AM >Subject: Solr Indexing Time > >However while using Solr on a VM, with 4 GB RAM it took 50 minutes to index at >the first time. Note that there is no Network delays and no RAM issues. Now >when I

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Paul Libbrecht >To: solr-user@lucene.apache.org >Sent: Thursday, November 10, 2011 7:19 AM >Subject: Re: Out of memory, not during import or updates of the index > >do you have any custom code in your Solr? >We had out-of-memory errors just because of that, I was using one method to >obta

Re: Out of memory, not during import or updates of the index

2011-11-09 Thread Steve Fatula
From: Otis Gospodnetic >To: "solr-user@lucene.apache.org" >Sent: Wednesday, November 9, 2011 2:51 PM >Subject: Re: Out of memory, not during import or updates of the index > >Hi, > >Some options: >* Yes, on the slave/search side you can reduce your cache sizes and lower the >memory footprint. >*

Out of memory, not during import or updates of the index

2011-11-09 Thread Steve Fatula
We get at rare times out of memory errors during the day. I know one reason for this is data imports, none are going on. I see in the wiki, document adds have some quirks, not doing that. I don't know to to expect for memory use though. We had Solr running under Tomcat set to 2G ram. I presume c

Re: Faceting a multi valued field

2011-11-08 Thread Steve Fatula
>From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > > >you can the >level and most of the path and just index the "${parent_cat_id}:${cat_i

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > >: A > B > C > D > E >: Z > C > D > E >: Z > C > F > G > H > E

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: "solr-user@lucene.apache.org" ; Steve Fatula > >Sent: Monday, November 7, 2011 5:42 PM >Subject: Re: Faceting a multi valued field > > >how are you modeling the tree nature of your cateory taxonomy when you >index the terms?  if

Faceting a multi valued field

2011-11-07 Thread Steve Fatula
So, I have a bunch of products indexed in Solr. Each product may exist in any number of product categories. The product category field is therefore multivalued in Solr. This allow us to show categories a product exists in. Now, instead we want to browse the products by category. This also works