Re: Interesting Practical Solr Question

2007-05-23 Thread Chris Hostetter
: I would like to be able to save the query itself, however, the users may : decide to pick only some of the documents, all of them and unselect : some, etc. The point of the system is to pick a set of document these are two seperate problems ... model the saved set the way the user models it: in

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 15:10 -0400, Erik Hatcher wrote: > On May 22, 2007, at 1:36 PM, Martin Grotzke wrote: > > For sure, perhaps the schema field element could be extended by an > > attribute "isfacet" > > There is no effective difference between a "facet" field and any > other indexed field.

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 1:36 PM, Martin Grotzke wrote: For sure, perhaps the schema field element could be extended by an attribute "isfacet" There is no effective difference between a "facet" field and any other indexed field. What fields are "facets" is application specific and not really s

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 13:06 -0400, Erik Hatcher wrote: > On May 22, 2007, at 11:31 AM, Martin Grotzke wrote: > >> You need to specify the constrants (facet.query or facet.field > >> params) > > Too bad, so we would have either to know the schema in the application > > or provide queries for index

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 11:31 AM, Martin Grotzke wrote: You need to specify the constrants (facet.query or facet.field params) Too bad, so we would have either to know the schema in the application or provide queries for index metadata / the schema / faceting info. However, the LukeRequestHandle

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 10:44 -0400, Yonik Seeley wrote: > On 5/22/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > > > Possible solutions inline: > > > > > > 1) I use facets and want to return the facets for "all documents" as the > > > start

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
Original Message- From: Martin Grotzke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 10:43 AM To: solr-user@lucene.apache.org Subject: RE: Interesting Practical Solr Question On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use face

Re: Interesting Practical Solr Question

2007-05-22 Thread Yonik Seeley
On 5/22/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use facets and want to return the facets for "all documents" as the > starting point of the user interface. In other words, I want to /select > the fa

RE: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use facets and want to return the facets for "all documents" as the > starting point of the user interface. In other words, I want to /select > the facet counts for about 10 facets (like states for exampl

Re: Interesting Practical Solr Question

2007-05-22 Thread [EMAIL PROTECTED]
en the list and the prospects in it. Thanks, Av - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, May 22, 2007 9:09:13 AM Subject: Re: Interesting Practical Solr Question On May 22, 2007, at 10:07 AM, Will Johnson wrote: > 2) E

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
> 3) Once the user saves the list, I want them to be able to do further > searches by do a "negative union" with the set of ids they already > saved. So for example, if they already saved 1000 ids into one of > their > lists, they would need to be able to get results from Solr that match > their

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 10:07 AM, Will Johnson wrote: 2) Each document will be shown to the user with a check box next to it. I want to user to be able to select certain documents and "save" their ids some where else. This is not a problem. However, I also want to give the user an ability to sa

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
Possible solutions inline: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In other words, I want to /select the facet counts for about 10 facets (like states for example) for all documents without having to do a search. Is this possi

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 9:58 AM, [EMAIL PROTECTED] wrote: I use Solr to search through a set of about 200,000 documents. Each document has a numeric ID. How to do the following: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In oth

Interesting Practical Solr Question

2007-05-22 Thread [EMAIL PROTECTED]
Hi, I use Solr to search through a set of about 200,000 documents. Each document has a numeric ID. How to do the following: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In other words, I want to /select the facet counts for ab