Getting wrong version number when building Solr 1.4

2009-11-12 Thread Nasseam Elkarra
Checked out the 1.4.0 release from the tag but when I build I get 1.4.1-dev appended to the build artifacts. Thank you, Nasseam http://bodukai.com

Hierarchical Facet Sorting

2009-10-20 Thread Nasseam Elkarra
quot;/"/> multiValued="true"/> Any help is much appreciated. Thank you, Nasseam Elkarra http://bodukai.com/solr/ The fastest possible shopping experience. Now with Solr integration.

Solr Demo at SF New Tech Meetup

2009-10-07 Thread Nasseam Elkarra
solution: http://bodukai.com/boutique/ We will be demoing our Solr integration and all are welcome to come. Thank you, Nasseam Elkarra http://bodukai.com/boutique/ The fastest possible shopping experience

Re: Importing CSV file slow/crashes

2009-10-06 Thread Nasseam Elkarra
r="/" /> multiValued="true"/> stored="true" multiValued="true"/> stored="false" multiValued="true"/> stored="false" multiValued="true"/> CSV file snippet: category,category_seo "T-Shirt Mens/Crew

Re: Importing CSV file slow/crashes

2009-10-06 Thread Nasseam Elkarra
doing the import, it's a little hard to say anything meaningful (hint, hint). Best Erick On Tue, Oct 6, 2009 at 1:06 PM, Nasseam Elkarra wrote: Hello all, I had a dev build of 1.4 from 5/1/2009 and importing a 20K row took less than a minute. Updating to the latest as of yesterday,

Hierarchical Facet Field Prefix Not Working

2009-09-25 Thread Nasseam Elkarra
Thank you, Nasseam Elkarra http://bodukai.com/boutique/ The fastest possible shopping experience.

Re: Joins or subselects in solr

2009-06-16 Thread Nasseam Elkarra
! -Nasseam Solr-powered Ajax search+nav: http://factbook.bodukai.com/ Powered by Boutique: http://bodukai.com/boutique/ On Jun 14, 2009, at 8:16 AM, Yonik Seeley wrote: On Fri, Jun 12, 2009 at 6:43 PM, Nasseam Elkarra wrote: I am storing items in an index. Each item has a comma separated list

Joins or subselects in solr

2009-06-12 Thread Nasseam Elkarra
Hello, I am storing items in an index. Each item has a comma separated list of related items. Is it possible to bring back an item and all of its related items in one query? If so how and how would you distinguish between which one is the main item and which are the related. Any help is m

Re: Hierarchal Faceting Field Type

2009-05-04 Thread Nasseam Elkarra
at 3:32 PM, Koji Sekiguchi wrote: Nasseam Elkarra wrote: Background: Set up a system for hierarchal categories using the following scheme: level one# level one#level two# level one#level two#level three# Trying to find the right combination of field type and query to get the desired results

Re: Stats field with decimal values

2009-04-30 Thread Nasseam Elkarra
ai.com/ Solr-Powered Search+Nav On Apr 30, 2009, at 12:01 PM, Shalin Shekhar Mangar wrote: On Fri, May 1, 2009 at 12:27 AM, Nasseam Elkarra wrote: Hello, I'm getting an error when trying to create stats on an sfloat field. The field is for price and when there is no decimal it works

Stats field with decimal values

2009-04-30 Thread Nasseam Elkarra
Hello, I'm getting an error when trying to create stats on an sfloat field. The field is for price and when there is no decimal it works fine but when there is a decimal (e.g., 24.99) I get an error: java.lang.StringIndexOutOfBoundsException: String index out of range: 2 Changing the fiel

Re: Hierarchal Faceting Field Type

2009-04-21 Thread Nasseam Elkarra
Thank you. We tried your suggestion but we are still getting the following problem: multiValued="true"/> Sample data: level one;level two;level three; level one;level two;level threeB; When we query for: level one;level two;level three;* We are getting back : l

Hierarchal Faceting Field Type

2009-04-14 Thread Nasseam Elkarra
Background: Set up a system for hierarchal categories using the following scheme: level one# level one#level two# level one#level two#level three# Trying to find the right combination of field type and query to get the desired results. Saw some previous posts about hierarchal facets which hel

Re: Solr index deletion

2009-03-24 Thread Nasseam Elkarra
From: Nasseam Elkarra To: solr-user@lucene.apache.org Sent: Tuesday, March 24, 2009 4:21:50 PM Subject: Re: Solr index deletion Correction: index was not deleted. The folder is still there with the index files in it but a *:* query returns 0 results. Is there a tool to check the health of an

Re: Solr index deletion

2009-03-24 Thread Nasseam Elkarra
looked at logs? What have you found from Solr there? I am not checking the sources, but I don't think there is any place in Solr where the index directory gets deleted. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Nasseam El

Solr index deletion

2009-03-24 Thread Nasseam Elkarra
On a few occasions, our development server crashed and in the process solr deleted the index folder. We are suspecting another app on the server caused an OutOfMemoryException on Tomcat causing all apps including solr to crash. So my question is why is solr deleting the index? We are not do

Multi-select on more than one facet field

2009-03-24 Thread Nasseam Elkarra
Looking at the example here: http://wiki.apache.org/solr/SimpleFacetParameters#head-4ba81c89b265c3b5992e3292718a0d100f7251ef This being the query for selecting PDF: q=mainquery&fq=status:public&fq={! tag=dt}doctype:pdf&facet=on&facet.field={!ex=dt}doctype How would you do the query for selecti