Re: question about schemas

2009-12-08 Thread Lance Norskog
ow would > these range facets prevent the potential issues I found such as getting > product facets instead of customer facets, or having very large numbers of > ANDs and ORs, and so forth. > -- > View this message in context: > http://old.nabble.com/question-about-schemas-tp26

Re: question about schemas (and SOLR-1131?)

2009-12-07 Thread solr-user
ionality. I will further look into the suggestions that I have received so far, however I have concerns that my Solr project cannot proceed with the technology present. Lance may be correct in his assertion that I am using the incorrect tool for the job. -- View this message in context: http://o

Re: question about schemas

2009-12-07 Thread solr-user
otential issues I found such as getting product facets instead of customer facets, or having very large numbers of ANDs and ORs, and so forth. -- View this message in context: http://old.nabble.com/question-about-schemas-tp26600956p26679922.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: question about schemas (and SOLR-1131?)

2009-12-04 Thread wojtekpia
a fieldtype > that houses the product data. > > note that I only skimmed the thread. hopefully, I'll get get some time to > look at it more closely > -- View this message in context: http://old.nabble.com/question-about-schemas-tp26600956p26636170.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: question about schemas

2009-12-04 Thread solr-user
ckets. Filter queries are very fast in Solr 1.4 and this would limit > your range query execution to documents which match the buckets. > Thank you for this suggestion. I will look into this. -- View this message in context: http://old.nabble.com/question-about-schemas-tp26600956p2663615

Re: question about schemas

2009-12-03 Thread Lance Norskog
ow. > > also, another option might be to encode the "product" information (ie using > a field delimiter, something like CSV) and then storing it into a multivalue > field for each customer.  I dont know how you would search that data tho > (maybe by having a unique delimite

Re: question about schemas (and SOLR-1131?)

2009-12-02 Thread gdeconto
product data. note that I only skimmed the thread. hopefully, I'll get get some time to look at it more closely -- View this message in context: http://old.nabble.com/question-about-schemas-tp26600956p26619190.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: question about schemas

2009-12-02 Thread gdeconto
ing like CSV) and then storing it into a multivalue field for each customer. I dont know how you would search that data tho (maybe by having a unique delimiter for each field?) -- View this message in context: http://old.nabble.com/question-about-schemas-tp26600956p26611997.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: question about schemas

2009-12-02 Thread solr-user
cbennett wrote: > > Solr supports multi value fields so you could store one document per > customer and have multi value fields for the product information. > > Colin. Quoted from: http://old.nabble.com/question-about-schemas-tp26600956p26608618.html Thanks Colin. From the onl

RE: question about schemas

2009-12-02 Thread cbennett
o: solr-user@lucene.apache.org > Subject: question about schemas > > > I just started using Solr, and I am trying to figure out how to setup > my > schema. I know that Solr doesn’t have JOINs, and so I am having some > difficulty figuring out how would I setup a schema for the following &g

question about schemas

2009-12-01 Thread solr-user
: http://old.nabble.com/question-about-schemas-tp26600956p26600956.html Sent from the Solr - User mailing list archive at Nabble.com.