Re: how to run solr in windows & Tomcat5

2006-05-21 Thread Chris Hostetter
As i said: i don't relaly know a lot about running applications from within an IDE -- and for that matter, i don't really know a lot about classloaders in general -- but the error you are getting indicates that when jBuilder tries to run tomcat, which tries to load Solr it's not finding those cla

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
thank you Chris Hostetter,I'm fresher in j2ee develop;I write a servlet test;it show package org.apache.solr.servlet; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import org.apache.solr.tst.TestRequestHandler; import org.apache.solr.schema.*; import

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread Chris Hostetter
solr.StandardFilterFactory and any solr.* class names you might see in a config file are just short alias names for full classnames in the org.apache.solr.*.* packages. the method you mention that throws this exception is responsible for resolving those names in a set of packages passed in by the

Re: One big XML file vs. many HTTP requests

2006-05-21 Thread Chris Hostetter
: But deleting multiple documents with just one POST is not possible, : right? Is there a special reason for that or is it because nobody asked delete by query will remoe multiple documents with a sigle command .. but if you mean dleete by id .. you may be right about it not having the same "loop

Re: One big XML file vs. many HTTP requests

2006-05-21 Thread Marcus Stratmann
Erik Hatcher wrote: I believe that Solr indexes one document at a time; each document requires a separate HTTP POST. Actually adding multiple documents per POST is possible But deleting multiple documents with just one POST is not possible, right? Is there a special reason for that or is it be

how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
I input all the source code in winxp sp2 & tomcat 5 in jBuilder . when I debug the application always throw Exception like : org.apache.solr.core.SolrException: Error loading class 'solr.StandardFilterFactory'... Caused by: java.lang.ClassNotFoundException: ... such as ort.apache.solr.schema.* all

Re: facet id values for indexed documents

2006-05-21 Thread Chris Hostetter
: After looking over the fields in the default solr schema, I am having : trouble deciding where to put my facet id values. Seems like I should add a : field called tags, or facets, or something similar. Also, I'm adding a : description field. I guess I'm trying to verify that there is not a be