Re: Effects of changing schema?

2007-08-25 Thread Chris Hostetter
: I'm unclear on whether changing the schema.xml file : automatically causes a reindex or not. If I'm adding : a field to the schema (and removing some unused ones), : does solr do the reindex? Or, do I have to kick it : off myself. how would solr know what data to put in your new field for all

Re: How to extract constrained fields from query

2007-08-25 Thread Chris Hostetter
: > Hmmm, i see ... well the easiest way to go is not to worry about it when : > parsing the query, when you go to compute facets for all hte fields you : > tink might be useful, you'll see that only one value for "brand" matches, : > and you can just skip it. : I would think that this is not the

RE: clear index

2007-08-25 Thread Chris Hostetter
: Subject: RE: clear index : : If that happens, then using that specific query should be added to the : FAQ for how to clear an index. it sort of already is ... note the answer to "How can I rebuild my index from scratch if I change my schema?" ...feel free to expand on the entry to make to easi

Re: How do I best store and retrieve ISO country codes?

2007-08-25 Thread Chris Hostetter
: In-Reply-To: : <[EMAIL PROTECTED]> : Message-Id: <[EMAIL PROTECTED]> : Subject: How do I best store and retrieve ISO country codes? http://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a

Solr and JBOSS Integration

2007-08-25 Thread Jae Joo
Hi, I have Solr 1.2 and JBoss Application Server 4.2.1 installed in Windows machine and would like to find how to integrate it together. can anyone help me? Thanks, Jae Joo

Re: How to realize index spaces

2007-08-25 Thread Yu-Hui Jin
I'm interested in the answer as well. Here's what I inferred from the discussion (without probing into solr's source code): 1. there can be only one schema.xml in a "Solr Home" directory; 2. one Solr instance can only have one "Solr Home" directory. Is that the correct understanding? I really