Re: includes in solrconfig.xml

2008-08-11 Thread Jacob Singh
Thanks Erik, I didn't know about that. I'll give it a shot! -Jacob Erik Hatcher wrote: Well, let's not forget about XML's entity reference includes. It's not the prettiest thing, but you can do the sort of thing mentioned here: http://www.xml.com/pub/a/2001/03/14/trxml10.html Erik

Re: Still no results after removing from stopwords

2008-08-11 Thread Norberto Meijome
On Sun, 10 Aug 2008 19:58:24 -0700 (PDT) SoupErman [EMAIL PROTECTED] wrote: I needed to run a search with a query containing the word not, so I removed not from the stopwords.txt file. Which seemed to work, at least as far as parsing the query. It was now successfully searching for that

Can't Delete Record

2008-08-11 Thread Vj Ali
Hi: I am tying to delete the index by both deleteid and by using query. But when i searched the record again it again shows me the XML of the deleted record. i also sends coomit tag as well. Why record is not deleting??? please help me urgent. Regards, Ali Vajahat Lahore Pakistan -- View this

External Application (JIVE) : integration

2008-08-11 Thread Vicky_Dev
Hi I am beginner in Solr. Question: We have two types of search in site. a) First one is : Product search . Since all data is within database (our control environment, this type of search can be implemented using Solr (based on Lucene index) b) Second one is: External application / Third

Newbie question about memory allocation between solr and OS

2008-08-11 Thread Dallan Quass
Sorry for the newbie question. When running solr under tomcat I notice that the amount of memory tomcat uses increases over time until it reaches the maximum limit set (with the Xms and Xmx switches) for the jvm. Is it better to allocate give all available physical memory to the jvm, or to

Re: Newbie question about memory allocation between solr and OS

2008-08-11 Thread Yonik Seeley
On Mon, Aug 11, 2008 at 10:52 AM, Dallan Quass [EMAIL PROTECTED] wrote: Sorry for the newbie question. When running solr under tomcat I notice that the amount of memory tomcat uses increases over time until it reaches the maximum limit set (with the Xms and Xmx switches) for the jvm. Is it

Re: Can't Delete Record

2008-08-11 Thread Shalin Shekhar Mangar
Hi Ali, We can help you more if you can give us the following details. What is the type of the id as defined in schema.xml? What is the query you are using to delete? Does that same query show results if you search through the admin? Are there any exceptions in the logs? On Mon, Aug 11, 2008 at

RE: Newbie question about memory allocation between solr and OS

2008-08-11 Thread Dallan Quass
Thanks Yonik! In case anyone monitoring this list isn't sold already on solr, my use of solr is pretty non-standard -- I've written nearly a dozen plugins to customize it for my particular needs. Yet I've been able to do everything I need using plugins and without modifying the core code. It

Re: Newbie question about memory allocation between solr and OS

2008-08-11 Thread Shalin Shekhar Mangar
Dallan, perhaps you can share some of your experiences on this thread: http://markmail.org/message/ksdnbkdt72ayomv3 Thanks! On Mon, Aug 11, 2008 at 9:35 PM, Dallan Quass [EMAIL PROTECTED] wrote: Thanks Yonik! In case anyone monitoring this list isn't sold already on solr, my use of solr is

Lower Case Filter Factory

2008-08-11 Thread swarag
Hi, I am using the basic text field in schema.xml. Here is an excerpt. field name=name type=text index=true stored=true multiValued=false omitNorms=true/ and the fieldType text is as follows: fieldtype name=text class=solr.TextField positionIncrementGap=100 analyzer type=index

RE: Newbie question about memory allocation between solr and OS

2008-08-11 Thread Chris Hostetter
: solr is pretty non-standard -- I've written nearly a dozen plugins to : customize it for my particular needs. Yet I've been able to do everything I : need using plugins and without modifying the core code. It works like a : charm. I would *love* to hear more about your use cases for writing

Re: Snappuller ssh opening and closing multiple times

2008-08-11 Thread Chris Hostetter
: After checking message logs (/var/log/messages) we see that the : snappuller script is opening and closing ssh sessions multiple times : within a very short timeframe, in one case an ssh session is being : opened and closed 21 times within .3 seconds. This means that an ssh : login is being

Best strategy for dates in solr-ruby

2008-08-11 Thread Ian Connor
Hi, I originally used a Ruby Date class for my dates, but found when I set the type to solr.DateField in the solrconfig.xml, it returned a parse error. After that, I switched to Time and it worked fine. However, I now have some dates that are out of the Time range (e.g. 1865) so Date would work

Re: External Application (JIVE) : integration

2008-08-11 Thread Grant Ingersoll
On Aug 11, 2008, at 10:11 AM, Vicky_Dev wrote: Hi I am beginner in Solr. Question: We have two types of search in site. a) First one is : Site search . Since all data is within database (our control environment, this type of search can be implemented using Solr (based on Lucene index) b)

concurrent optimize and update

2008-08-11 Thread Jeremy Hinegardner
Hi all, What happens internally in solr when an optimize/commit request is submitted by one process, and some other process starts submitting Xml documents to add? Is this generally a safe thing to do? Basically I'm continually adding documents to solr, and decided that autocommit / would be

Re: concurrent optimize and update

2008-08-11 Thread Yonik Seeley
On Mon, Aug 11, 2008 at 6:16 PM, Jeremy Hinegardner [EMAIL PROTECTED] wrote: What happens internally in solr when an optimize/commit request is submitted by one process, and some other process starts submitting Xml documents to add? Is this generally a safe thing to do? It's safe... the

Best way to index without diacritics

2008-08-11 Thread Alejandro Garza Gonzalez
I have utf-8 content that I wat to index, however I want searches without diacritics to return results. For example, a document with the words nino en mexico should return results like a document with the phrase Niño en México. Ideally, exact diacritic matches should score higher (searching

Highlighting Output

2008-08-11 Thread Tricia Williams
Martin, I've been over some of the same thoughts you present here in the last few years. The path of least resistance ended up being to deal with the highlighting portion of OCRed images outside of Solr. That's not to say it couldn't or shouldn't be done differently. I briefly even pursued

number of matching documents incorrect during postOptimize

2008-08-11 Thread Tom Morton
Hi all, I'm trying to check that an import using the dataImportHandler was clean before I take a snapshot of the index to be pulled via snappuller to query nodes. One of the checks I do is verify that a certain minimum number of documents are returned for a query. I do this in a script that

Re: unique key

2008-08-11 Thread Norberto Meijome
On Wed, 6 Aug 2008 12:25:34 +1000 Norberto Meijome [EMAIL PROTECTED] wrote: On Tue, 5 Aug 2008 14:41:08 -0300 Scott Swan [EMAIL PROTECTED] wrote: I currently have multiple documents that i would like to index but i would like to combine two fields to produce the unique key. the

Re: Can't Delete Record

2008-08-11 Thread Norberto Meijome
On Mon, 11 Aug 2008 06:48:05 -0700 (PDT) Vj Ali [EMAIL PROTECTED] wrote: i also sends coomit tag as well. maybe you need commit/ instead of coomit ? _ {Beto|Norberto|Numard} Meijome With sufficient thrust, pigs fly just fine. However, this is not necessarily a

adds / delete within same 'transaction'..

2008-08-11 Thread Norberto Meijome
Hello :) I *think* i know the answer, but i'd like to confirm : Say I have docid1id/nameold/name/doc already indexed and commited (ie, 'live' ) What happens if I issue: deleteid1/id/delete adddocid1/idnamenew/name/doc commit/ will delete happen first, and then the add, or could it be that