Re: Solr in NAS or Network Shared Drive

2017-05-26 Thread Robert Haschart
26, 2017 at 1:53 PM, Robert Haschart wrote: The process we use to signal the read-only servers, is to submit a CREATE request pointing to the newly created index, with a name like corebak, then doing a SWAP request between core and corebak, then submit an UNLOAD request for the corebak which is

Re: Solr in NAS or Network Shared Drive

2017-05-26 Thread Robert Haschart
a merge on their own? Thanks On Fri, May 26, 2017 at 12:09 PM, Robert Haschart wrote: We have run using this exact scenario for several years. We have three Solr servers sitting behind a load balancer, with all three accessing the same Solr index stored on read-only network addressable st

Re: Solr in NAS or Network Shared Drive

2017-05-26 Thread Robert Haschart
We have run using this exact scenario for several years. We have three Solr servers sitting behind a load balancer, with all three accessing the same Solr index stored on read-only network addressable storage. A fourth machine is used to update the index (typically daily) and signal the thr

Unstemmed searching

2015-02-27 Thread Robert Haschart
ither "English" or "Dummy" to perform either stemmed searching or unstemmed searching. 2) Consult the keyword attribute perhaps in a function query Any thoughts on either of these ideas, of different approaches to solve the problem. thanks in advance Robert Haschart

Re: solr.KeepWordsFilterFactory confusion

2011-02-18 Thread Robert Haschart
Thanks for your response. After making that change it seemed at first like it made no difference, after restarting the jetty server, and reindexing the test object, the display still shows: Video Streaming Video Online Gooberhead Book of the Month But it turns out that I had been

solr.KeepWordsFilterFactory confusion

2011-02-17 Thread Robert Haschart
I have a solr index where certain facet fields should only contain one or more items from a limited list of values. To enforce this restriction at index time I have been looking at using a KeepWordFilterFactory. It seems it ought to work as I have it implamented, and actually seems to work wh

Re: Phrase query search with stopwords

2008-11-24 Thread Robert Haschart
High Volume Web Traffic" will not match any documents. You seem to indicate that enablePositionIncrements="true" is set for both your index and query analyzer. Can you verify that, and verify that you restarted solr and reindexed after that change was made? -Yonik On Thu, Nov 2

Phrase query search with stopwords

2008-11-20 Thread Robert Haschart
Greetings all, I'm having trouble tracking down why a particular query is not working. A user is trying to do a search for alternate_form_title_text:"three films by louis malle" specifically to find the 4 records that contain the phrase "Three films by Louis Malle" in their alternate_form_

Re: UnicodeNormalizationFilterFactory

2008-06-26 Thread Robert Haschart
If anyone is interested in evaluating of using the UnicodeNormalizationFilter in conjunction with their Solr installation get the UnicodeNormalizeFilter.jar from: http://blacklight.rubyforge.org/svn/trunk/solr/lib/ and place it in a lib directory next to the conf directory in your Solr home directory. Robert Haschart

Re: Accented search

2008-06-24 Thread Robert Haschart
r and UnicodeNormalizationFilterFactory which merely invokes the Normalizer.normalize function in the normalizer jar (which is taken from the marc4j distribution and which is a subset og the icu4j library) -Robert Haschart

Searching for words with accented characters.

2008-06-11 Thread Robert Haschart
We are using Solr as the search engine for our public access library catalog. In testing I did a search for a French movie that I know is in the catalog named: "Kirikou et la sorcière" and nothing was returned. If I search for just the work "Kirikou" several results are returned, and the pr

Re: CorruptIndexException

2008-04-21 Thread Robert Haschart
them. I just tried pre-translating them, and the entire set of updates ran. So at this point it looks like the problem is in my marc-8 to utf-8 translation code. I'll look into this possibility further. Thank again for your help on my earlier problem. -Robert Haschart Robert Has

Re: CorruptIndexException

2008-04-21 Thread Robert Haschart
our index when you retested? And you're really certain your JRE is running with -Xbatch? (You should be able to use "ps" to look in the process listing and verify). Which OS are you on? Mike Robert Haschart wrote: Mike, You are right it does sound exactly like that situation

Re: CorruptIndexException

2008-04-18 Thread Robert Haschart
r problems. I tried running with the -Xbatch flag on for the indexing runs, but after 23 chunks of Marc records, the exact same problem occurred. I'm going to try downgrading java versions to see whether that helps. -Robert Haschart Michael McCandless wrote: Which exact version of the JR

CorruptIndexException

2008-04-17 Thread Robert Haschart
lrIndexSearcher.(SolrIndexSearcher.java:87) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:424) ... 3 more Does anybody have suggestions as to how to track this problem down? Thanks in Advance, Robert Haschart