Re: Faceted Hierarchal Navigation

2007-07-16 Thread Corey Tisdale
lease tell me if I am =p ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++ On Jul 16, 2007, at 12:13 PM, Corey Tisdale wrote: So you want your category display to be controlled by SOLR? Why not keep the

Re: Faceted Hierarchal Navigation

2007-07-16 Thread Corey Tisdale
So you want your category display to be controlled by SOLR? Why not keep the hierarchical structure of categories in a RDBMS, then keep the product index in SOLR? Corey On Jul 16, 2007, at 1:56 PM, Matthew Runo wrote: Hello! I was very surprised to find that this wasn't in the email archi

Re: Limiting results based on score

2007-03-13 Thread Corey Tisdale
Thanks! Corey On Mar 13, 2007, at 4:24 PM, Chris Hostetter wrote: short answer: No long answer: You could with a custom request handler but it would be meaningless. There are more details on this in the LUcene FAQ which has few pointers to past discussions on the lucene java mailing lists

Limiting results based on score

2007-03-13 Thread Corey Tisdale
Is there a way to specify that you only want results with a score greater than x? I've noticed that when two generic words mean something specific if seen together, I get good results with a high score but thousands of not-so-relevent results below score x. This is only a problem when sorti

Null as match sort of deal

2006-11-02 Thread Corey Tisdale
I'm scoping out the simple faceting for a project we have coming up, and I am wondering what the best way to achieve the following would be (if possible). We have some facets where the presence of some value (in our current prototype on non-solr we use null, so we call the setup null as mat

Re: metadata about result sets?

2006-03-10 Thread Corey Tisdale
Interesting... I have been looking at lucene in my spare time at work for all of 3 days now, so I have to apologize for my lack of understanding when it comes to how it works specifically :) We have a terrrible internal search that we are looking to replace, and the only thing it does well

Re: metadata about result sets?

2006-03-08 Thread Corey Tisdale
I like the idea of the wiki page; I think I will attempt to set one up after this email, but I wanted to see if I could do a little bit better job of fleshing out how pulling metadata out might work (in my mind): Scenario 1: --

Re: metadata about result sets?

2006-03-08 Thread Corey Tisdale
field (provide counts for each distinct value in that field) group by (query1, query2, query3, query4, query5) Does that make sense? I can be really bad at explaining sometimes. Corey PS - This is gonna rock once it starts maturing. On Mar 7, 2006, at 6:16 PM, Yonik Seeley wrote:

metadata about result sets?

2006-03-07 Thread Corey Tisdale
Hi all, I just found out about solr, so naturally I have to play with it. I hate to ask anything as basic as this, but the lack of docs makes me hafta. Is there any way to get metadata about a search result off of this bad dog? I am trying to find a good way to search through several mil