Re: DataImportHandler questions ..

2008-06-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Jun 12, 2008 at 11:01 AM, Neville Burnell [EMAIL PROTECTED] wrote: Hi, I'm playing with the Solr Data Import Handler, and everything looks great so far! thanks Hopefully we will be able to replace our homegrown ODBC indexing service [using camping+ferret] with Solr! The wiki page

Couple of questions on solr

2008-06-12 Thread Sachin
[Reposting cause for some reasons I can't find this on the list, so apologies for the double post] Hi All, I am quite new to solr and trying to use solr with a .net web site (!). So far, solr hasn't given me any major jitters but I've been stuck with few things off-late; hopefully; I can get

Re: Re: Analytics e.g. Top 10 searches

2008-06-12 Thread Yonik Seeley
On Thu, Jun 12, 2008 at 3:04 PM, Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Just as a thought, would it be possible to expose the original query text from the QueryResultCache keys (Query) somehow? If that is possible, it would allow us to query the top N most frequent queries anytime for

Re: Problem with add a XML

2008-06-12 Thread Yonik Seeley
That can happen if the JVM died or got a critical error. You can remove the lock file manually or configure Solr to remove it manually (see solrconfig.xml) -Yonik On Thu, Jun 12, 2008 at 3:57 PM, Thomas Lauer [EMAIL PROTECTED] wrote: This is the error message from the console. SCHWERWIEGEND:

RE: Strategy for presenting fresh data

2008-06-12 Thread Norskog, Lance
You can also use a shared file system mounted on a common SAN. (This is a high-end server configuration.) -Original Message- From: James Brady [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 9:59 AM To: solr-user@lucene.apache.org Subject: Re: Strategy for presenting fresh data

Best type to use for enum-like behavior

2008-06-12 Thread Jon Drukman
I am going to store two totally different types of documents in a single solr instance. Eventually I may separate them into separate instances but we are a long way from having either the size or traffic to require that. I read somewhere that a good approach is to add a 'type' field to the

Re: Best type to use for enum-like behavior

2008-06-12 Thread Erik Hatcher
Just use a string. Any ol' string that suits your domain will do. Just be sure the field type is untokenized (the string type in the example configuration will do). Erik On Jun 12, 2008, at 8:07 PM, Jon Drukman wrote: I am going to store two totally different types of documents

Re: My First Solr

2008-06-12 Thread Geert Van Huychem
Hi, the string you're looking for is in the anwendung field, while your default searchfield is the beschreibung field, try specifying the searchfield like this anwendung:KIS. Geert Thomas Lauer wrote: HI, i have installed my first solr on tomcat. I have modify my shema.xml for my XML´s