Re: Simple Web Interface

2007-03-20 Thread thomas arni
Thanks for you hint. I looked at the features of Flare. I'm wondering if there is only a user interface for Rails. It looks like Flare mostly focus on faceted browsing. Faceted browsing is not my first priority. I'm developing a full-text search, which use only one "lucene field". I index all

newbie questions

2007-03-20 Thread Xiaocheng Luan
Hi, I have a few general questions: 1. It seems that Solr creates/searches one big index, at least logically - for the current release, does it ever create multiple smaller indexes behind the scene (except for the secondary, temporary ones used for update)? 2. The snapshooter makes a "complete"

Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 9:36 AM, thomas arni wrote: Thanks for you hint. I looked at the features of Flare. I'm wondering if there is only a user interface for Rails. It looks like Flare mostly focus on faceted browsing. Faceted browsing is not my first priority. I'm developing a full-text searc

SV: Re: Simple Web Interface

2007-03-20 Thread Antonio Eggberg
Erik Hatcher <[EMAIL PROTECTED]> skrev: Faceting only appears in Flare when there are "*_facet" fields in your index. Flare is going to undergo another spurt of evolution over the next couple of weeks as I tease it apart into a Rails plugin, making it easy to incorporate into an existing

Thank you...

2007-03-20 Thread Cass Costello
...to everyone who helps make Lucene and Solr such fantastic tools. I'm the Platform Architect for a leading online event ticket after-marketplace (think eBay for tickets), and we've just completed a 12 month project to rewrite the Browse and Search components of our customer-facing site. Both r

Re: Thank you...

2007-03-20 Thread Cass Costello
Heh - it used to be in my sig ... my bad. Thanks, all. :) http://www.stubhub.com On 3/20/07, bruce <[EMAIL PROTECTED]> wrote: hey cass... anyway you could let us know the site/app that we're powering!!! always good to see what's going on in the world! thanks -Original Message- F

Re: SV: Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 5:18 PM, Antonio Eggberg wrote: Erik Hatcher <[EMAIL PROTECTED]> skrev: Faceting only appears in Flare when there are "*_facet" fields in your index. Flare is going to undergo another spurt of evolution over the next couple of weeks as I tease it apart into a Rails plugin,

schema field properties

2007-03-20 Thread Ryan McKinley
I'm revisiting SOLR-162 (the luke stuff) and run into a few questions about field specification... What is the difference between: SchemaField.isTokenized() and FieldType.isTokenized() Is the lucene Field tokenized if either is true? How should I ask if a field is binary? (SchemaField.isBinary

Re: schema field properties

2007-03-20 Thread Mike Klaas
On 3/20/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: I'm revisiting SOLR-162 (the luke stuff) and run into a few questions about field specification... What is the difference between: SchemaField.isTokenized() and FieldType.isTokenized() Is the lucene Field tokenized if either is true? One

Re: SV: Re: Simple Web Interface

2007-03-20 Thread Erik Hatcher
On Mar 20, 2007, at 8:55 PM, Erik Hatcher wrote: Yes, basically. The plan will be to take what's currently in the Flare Rails application and distill the heart of it into a Rails plugin, so you wouldn't need to do much but provide a skeleton controller that would tap into Flare. Perhaps s

Re: newbie questions

2007-03-20 Thread Chris Hostetter
: 1. It seems that Solr creates/searches one big index, at least logically : - for the current release, does it ever create multiple smaller indexes : behind the scene (except for the secondary, temporary ones used for : update)? Solr only creates one physical lucene index on disk. : 2. The snaps