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
http://stackoverflow.com/questions/8070742/solr-multivalued-field-how-can-i-retur
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 java.io.RandomAccessFile.readBytes(Native
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
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 th
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 fi
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 t
hanks Otis! I've created a JIRA
> https://issues.apache.org/jira/browse/SOLR-1223 issue here
>
> - Original Message
>> From: brian519
>> To: solr-user@lucene.apache.org
>> Sent: Tuesday, June 16, 2009 1:32:41 PM
>> Subject: Re: Query Filter fq with OR operator
&g