RE: Two Solr Webapps, one folder for the index data?

2007-12-11 Thread Arnone, Anthony
I asked a question similar to this back in http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200709.mbox/[EMAIL PROTECTED] and didn't really find anyone who was doing this. What I wound up doing was adding a variable to the context.xml file called contextRelativeHome: solr/contextRel

OR-ing together filter queries

2007-11-20 Thread Arnone, Anthony
Hello all, I am writing my own handler, and I would like to pre-filter the results based on a field. I’m calling searcher.getDocList() with a custom constructed query and filters list, but the filters always seem to AND together. My question is this: how can I construct the List of filters to m

context-relative solr/home

2007-09-12 Thread Arnone, Anthony
Hello all, I sent this message to the Tomcat users group, and I was wondering if I’d have any more luck by asking people who might have had this problem: I’m trying to set up a system where I can deploy a single .war under multiple context names (using the ant deploy extensions). For exa