How to keep a slave offline until the index is puller from master

2008-09-20 Thread Jacob Singh
Hi, I'm running multiple instances (solr 1.2) on a single jetty server using JNDI. When I launch a slave, it has to retrieve all of the indexes from the master server using the snapuller / snapinstaller. This works fine, however, I don't want to wait to activate the slave (turn on jetty) while

Re: Delta importing issues

2008-09-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
the if an entity is specified like entity=oneentity=two the command will be run only for those entities. absence of the parameter entity means all entities will be executed the last_index_time is another piece which must be improved It is hard to get usecases . If users can give me more

Re: Delta importing issues

2008-09-20 Thread Jon Baer
Would that context but available for *each* entity? @ present it seems like there should be a last_index_time written for each top level entity ... no? Umm would it be possible to hack something like ${deltaimporter.[name of entity].last_index_time} as is or are there too many moving

Re: How to keep a slave offline until the index is puller from master

2008-09-20 Thread Otis Gospodnetic
Even with your current setup (if it's done correctly) slavs should not be returning 0 hits for a query that previously returned hits. That is, nothing should be off-line. Index searcher warmup and swapping happens in the background and while that's happening the old searcher should be serving

Re: Capabilities of solr

2008-09-20 Thread Otis Gospodnetic
Hi Chris, Yes, from what you described, Solr sounds like a good choice. It sounds like for each type of entity (doc vs. product vs... ) you may want to have a separate index/schema. The best place to start is the tutorial. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

Re: SynonymFilter and inch/foot symbols

2008-09-20 Thread Otis Gospodnetic
Hi Kevin, Find the component that's stripping your and ' characters (WordDelimiterFF?) and make sure those characters are indexed first. Then make sure the query-time analyzer keeps those tokens, too. Finally, escape special characters (e.g. in your example) in the query before passing it

Re: Hardware config for SOLR

2008-09-20 Thread Otis Gospodnetic
I have not worked with SSDs, though I've read all the good information that's trickling to us from Denmark. One thing that I've been wondering all along is - what about writes? That is, what about writes wearing out the SSD? How quickly does that happen and when it does happen, what are the

Re: Hardware config for SOLR

2008-09-20 Thread Lars Kotthoff
I have not worked with SSDs, though I've read all the good information that's trickling to us from Denmark. One thing that I've been wondering all along is - what about writes? That is, what about writes wearing out the SSD? How quickly does that happen and when it does happen, what are the