Re: Reverse range query

2011-11-10 Thread brian519
This post helped me solve my problem which I had posted on StackOverflow. See my answer here: http://stackoverflow.com/questions/8070742/solr-multivalued-field-how-can-i-return-documents-where-all-values-in-the-fiel

SEVERE: java.io.IOException: The specified network name is no longer available

2010-09-10 Thread brian519
Hi all, Using Solr 1.4 hosted with Tomcat 6 on Windows 2003 (sometimes Windows 2008) Occasionally, we can't search anymore and this error shows up in the log file: SEVERE: java.io.IOException: The specified network name is no longer available at

Re: SEVERE: java.io.IOException: The specified network name is no longer available

2010-09-10 Thread brian519
Yonik Seeley-2-2 wrote: Hmmm, that's interesting. I wonder if it's a Java bug or something? There's nothing in lucene/solr that I know of that would lead to The specified network name is no longer available. What JVM are you using? -Yonik http://lucenerevolution.org Lucene/Solr

Re: SEVERE: java.io.IOException: The specified network name is no longer available

2010-09-10 Thread brian519
Erick Erickson wrote: SOLR uses Lucene, so I'd expect that putting your index files on a share isn't any more robust under SOLR than Lucene Sounds to me like your network's glitchy. Except that with Lucene we had separate processes searching and indexing directly against the

Re: Query Filter fq with OR operator

2009-06-16 Thread brian519
This feature is very important to me .. should I post something on the dev forum? Not sure what the proper protocol is for adding a feature to the roadmap Thanks, Brian. -- View this message in context: http://www.nabble.com/Query-Filter-fq-with-OR-operator-tp23895837p24059181.html Sent from

Re: Query Filter fq with OR operator

2009-06-16 Thread brian519
/browse/SOLR-1223 issue here - Original Message From: brian519 bpear...@desire2learn.com To: solr-user@lucene.apache.org Sent: Tuesday, June 16, 2009 1:32:41 PM Subject: Re: Query Filter fq with OR operator This feature is very important to me .. should I post something on the dev

Re: Query Filter fq with OR operator

2009-06-11 Thread brian519
Adding my vote for this feature. Another possible way to do this would be to introduce the ofq parameter .. so all of the fq's and AND'ed and the ofq's would be OR'd I've got some really complicated fq's that aren't going to cache well, introducing OR'd filters would allow me to use simpler