Re: AW: AW: My First Solr

2008-06-12 Thread Brian Carmalt
gt; > SimplePostTool: POSTing file import_sample.xml > > SimplePostTool: COMMITting Solr index changes.. > > > > __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182 > (20080612) __ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com >

AW: AW: My First Solr

2008-06-12 Thread Thomas Lauer
o http://localhost:8983/solr/update.. > SimplePostTool: POSTing file import_sample.xml > SimplePostTool: COMMITting Solr index changes.. __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182 (20080612) __ E-Mail wurde geprüft mit ESET NOD32 Antivirus. http://www.eset.com

Re: AW: My First Solr

2008-06-12 Thread Brian Carmalt
Do you see if the document update is sucessful? When you start solr with java -jar start.jar for the example, Solr will list the the document id of the docs that you are adding and tell you how long the update took. A simple but brute force method to findout if a document has been commited is to

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

AW: My First Solr

2008-06-12 Thread Thomas Lauer
Hi Brian, i have tested: SimplePostTool: version 1.2 SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported SimplePostTool: POSTing files to http://localhost:8983/solr/update.. SimplePostTool: POSTing file import_sample.xml SimplePo

Re: My First Solr

2008-06-12 Thread Brian Carmalt
Hello Thomas, Have you performed a commit? Try adding as the last line of the document you are adding. I would suggest you read up on commits and how often you should perform them and how to do auto commits. Brian Am Freitag, den 13.06.2008, 07:20 +0200 schrieb Thomas Lauer: > HI, > > i have

My First Solr

2008-06-12 Thread Thomas Lauer
HI, i have installed my first solr on tomcat. I have modify my shema.xml for my XML´s and I have import with the post.jar some xml files. tomcat runs solr/admin runs post.jar imports files but I can´t find my files. the reponse ist always 0 0 10 0 on

Re: Strategy for presenting fresh data

2008-06-12 Thread Otis Gospodnetic
Hi James, Right, you'll have to write some custom components. It may be wiser to spend your time looking at what Jason R (sorry, can't remember the last name of the top of my head) put in JIRA. (you'll have to search, don't recall issue IDs). Actually, having a full Solr email folder help

Re: Num docs

2008-06-12 Thread Otis Gospodnetic
Or, if you want to go with something older/more stable, go with BDB. :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Marcus Herou <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, June 12, 2008 3:17:52 PM > Subject:

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

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 d

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

Re: Strategy for presenting fresh data

2008-06-12 Thread Norberto Meijome
On Thu, 12 Jun 2008 07:14:04 -0700 (PDT) Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > What you are describing is pretty much what the original poster intends to > do, as far as I understand. ah right, i am reading it again in the morning and it makes sense . thanks for shaking the cobwebs off

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. > > SCHWERWIE

Re: Problem with add a XML

2008-06-12 Thread Thomas Lauer
This is the error message from the console. SCHWERWIEGEND: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: [EMAIL PROTECTED]:\Dokumente und E instellungen\tla\Desktop\solr\apache-solr-1.2.0\apache-solr-1.2.0\example\solr\data\index\write.lock at org.apache.lucene

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

2008-06-12 Thread Shalin Shekhar Mangar
Ah! I see. But can the original queries be exposed? I guess exposing this through a SearchComponent would be appropriate. This can help in displaying things like "What users are searching for right now?" On Fri, Jun 13, 2008 at 12:44 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Jun 12, 2

Re: Num docs

2008-06-12 Thread Marcus Herou
Cacti, Nagios you name it already in use :) Well I'm the CTO so the one really really interested in estimating perf. The id's come from a db initially and is later used for retrieval from a distributed on disk caching system which I have written. I'm in the process of moving from MySQL to HBase o

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 f

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

2008-06-12 Thread Shalin Shekhar Mangar
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 reasonable values of N. On Fri, Jun 13, 2008 at 12:18 AM, Alexander Ramos Jardim < [

Re: Problem with add a XML

2008-06-12 Thread Yonik Seeley
You need to define fields in the schema.xml (and otherwise change the schema to match your data). -Yonik On Wed, Jun 11, 2008 at 3:46 AM, Thomas Lauer <[EMAIL PROTECTED]> wrote: > > > >85f4fdf9-e596-4974-a5b9-57778e38067b >143885 >28.10.2005 13:06:15 >Rechnung 2005-025235 >

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

2008-06-12 Thread Alexander Ramos Jardim
Hello Jon, These are the fields in my search index: -- Where on the site this search was made -- Search text -- Number of times this search was made How it works: 1. When I someone hits the search functionality I put the search made on a JMS to process searches statistics asynchronously. 2.

Re: Re[2]: "null" in admin page

2008-06-12 Thread Alexander Ramos Jardim
Sorry for the late response. Too many messages, I got distracted. Steps as follow: 1. I download the solr example app. 2. Unpack it. 3. cd 4. java -jar start.jar 5. Try do use one of the links in admin webapp 6. Get core=null 2008/5/30 Chris Hostetter <[EMAIL PROTECTED]>: > > : It surely comes

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

2008-06-12 Thread Alexander Ramos Jardim
I keep this information on a separate index that I call moreSearchedWords. I use it to generate tag clouds 2008/6/6 Matthew Runo <[EMAIL PROTECTED]>: > I'm nearly certain that everyone who maintains these stats does it > themselves in their 'front end'. It's very easy to log terms and whatever >

Re: Error loading class 'solr.RandomSortField'

2008-06-12 Thread Shalin Shekhar Mangar
Hi Rohit, It seems like you may be using a Solr 1.2 war file. You must use the 1.3 nightly builds to use the newer multicore features. http://people.apache.org/builds/lucene/solr/nightly/ On Thu, Jun 12, 2008 at 2:03 PM, rohit arora <[EMAIL PROTECTED]> wrote: > > Hi, > > I configured multi core

Re: Strategy for presenting fresh data

2008-06-12 Thread James Brady
In the meantime, I had imagined that, although clumsy, federated search could be used for this purpose - posting the new documents to a group of servers ('latest updates servers') with v limited amount of documents with v. fast "reload / refresh" times, and sending them again (on a work qu

Re: Strategy for presenting fresh data

2008-06-12 Thread Otis Gospodnetic
What you are describing is pretty much what the original poster intends to do, as far as I understand. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Norberto Meijome <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday,

Error loading class 'solr.RandomSortField'

2008-06-12 Thread rohit arora
Hi, I configured multi core in Solr Lucene but while giving "java -jar start.jar" command it through an Error "Caused by: java.lang.ClassNotFoundException: solr.RandomSortField" can you help me in this problem. with regards  Rohit Arora

Re: searching only within allowed documents

2008-06-12 Thread Geoffrey Young
climbingrose wrote: It depends on your query. The second query is better if you know that fieldb:bar filtered query will be reused often since it will be cached separately from the query. The first query occuppies one cache entry while the second one occuppies two cache entries, one in queryCac

Re: Strategy for presenting fresh data

2008-06-12 Thread Norberto Meijome
On Wed, 11 Jun 2008 20:49:54 -0700 (PDT) Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Hi James, > > Yes, this makes sense. I've recommended doing the same to others before. It > would be good to have this be a part of Solr. There is one person (named > Jason) working on adding more real-tim

Re: Strategy for presenting fresh data

2008-06-12 Thread Norberto Meijome
On Wed, 11 Jun 2008 22:13:24 -0700 (PDT) rohit arora <[EMAIL PROTECTED]> wrote: > I am new to Solr Lucene I have only one defaule core i am working on creating > multiple core. > Can you help me in this matter. hi Rohit, please do NOT hijack the thread. You are far more likely to get useful, he

Re: Couple of questions on solr

2008-06-12 Thread Otis Gospodnetic
Hi, The answer for 3) is: Use DisMax request handler. In solrconfig.xml assign weights/boosts to different fields. No need to use copyField then, as you can search multiple fields with DisMax by just specifying them in the solrconfig.xml. Otis -- Sematext -- http://sematext.com/ -- Lucene - S

Re: Problem with add a XML

2008-06-12 Thread Jón Helgi Jónsson
Usually you get better error messages from the start.jar console, you don't see anything there? On Thu, Jun 12, 2008 at 7:49 AM, Thomas Lauer <[EMAIL PROTECTED]> wrote: > > Yes my file is UTF-8. I Have Upload my file. > > > > > Grant Ingersoll-6 wrote: >> >> >> On Jun 11, 2008, at 3:46 AM, Thomas

Re: synonym token types and ranking

2008-06-12 Thread Uri Boness
yes... I actually implemented it. I'll just clean up the code and add it to JIRA. Uri On Thu, Jun 12, 2008 at 5:48 AM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote: > Hi Uri, > > Yes, I think that would make sense (word vs. synonym token types). Custom > boosting/weighting of original token vs.

Re: Problem with add a XML

2008-06-12 Thread Thomas Lauer
Yes my file is UTF-8. I Have Upload my file. Grant Ingersoll-6 wrote: > > > On Jun 11, 2008, at 3:46 AM, Thomas Lauer wrote: > >> now I want tho add die files to solr. I have start solr on windows >> in the example directory with java -jar start.jar >> >> >> I have the following Error Messa

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 t