Re:

2007-01-13 Thread Yonik Seeley
On 1/13/07, Ali Salehi <[EMAIL PROTECTED]> wrote: I want to know, how solr stores numerical (e.g., double) values inside the index. As they are, or solr converts them to some string representation (even if I use a multivalued field). For type "double" in the example schema, they are stored e

Re: listing/enumerating field information

2007-01-13 Thread J.J. Larrea
At 5:06 AM -0500 1/12/07, Erik Hatcher wrote: >What the user-interface needs is a way to ask Solr for terms that begin with a >specified prefix, as the user types. Paging via start/rows is necessary, and >also sorting by frequency given some specified constraints. I like the >start/end term i

Re: listing/enumerating field information

2007-01-13 Thread Erik Hatcher
On Jan 12, 2007, at 8:26 PM, Chris Hostetter wrote: Yeah ... what Erik's talking about really sounds like a simple faceting issue: supporting prefix's for limiting the list of constraints ... what Tracey was talking about seems much more like Luke-esqe index info: what are all the fields, a

[no subject]

2007-01-13 Thread Ali Salehi
Hi, I want to know, how solr stores numerical (e.g., double) values inside the index. As they are, or solr converts them to some string representation (even if I use a multivalued field). Also for multiValued fields, is it possible to add more values to these kind of fields later during the c

Re: One item, multiple fields, and range queries

2007-01-13 Thread Jeff Rodenburg
Thanks Yonik. 1) model a single document as a single event at a singe place with a start and end date. This was my first approach, but at presentation time I need to display the event once -- with multiple start/end dates and locations beneath it. Is treating the given event uniqueId as a fac