RE: How to setup SimpleFSDirectoryFactory

2012-07-23 Thread Uwe Schindler
Hi Geetha Anjali, Lucene will not use MMapDirectoy by default on 32 bit platforms or if you are not using a Oracle/Sun JVM. On 64 bit platforms, Lucene will use it, but will accept the risks of segfaulting when unmapping the buffers - Lucene does try its best to prevent this. It is a risk, but

Re: How to setup SimpleFSDirectoryFactory

2012-07-23 Thread geetha anjali
Thanks a lot Uwe, will check out in the new 3.6.1 On Mon, Jul 23, 2012 at 11:46 AM, Uwe Schindler u...@thetaphi.de wrote: Hi Geetha Anjali, Lucene will not use MMapDirectoy by default on 32 bit platforms or if you are not using a Oracle/Sun JVM. On 64 bit platforms, Lucene will use it, but

Eof.Exception - flushBuffer

2012-07-23 Thread stockii
Hello. I have no idea when this error message occurs. Anybody an idea? no search requests are running in this time. every minute starts an import, so i think this cause this exception. but why? SEVERE: null:org.eclipse.jetty.io.EofException at

Re: shard connection timeout

2012-07-23 Thread Trym R. Møller
Hi Jason We are running with -XX:MaxGCPauseMillis=5000 as well, which might also help you. Best regards Trym Den 11-07-2012 07:55, Jason skrev: Actually we got this error when remote server is executing garbage collecting and that time is over about 1 minute. Solr server sometimes is frozen

Configuring Apache SOLR with Multicore on IBM Websphere Application Server

2012-07-23 Thread Senthil Kk Mani
Hi, I currently have Apache SOLR 3.6 running on Tomcat 7.0.27. I was able to successfully configure multicores too. This was my development environment and hence used tomcat - however the production environment is WAS. I need to migrate the existing multicores SOLR index from tomcat to WAS. Is

Re: Multicore admin problem in Websphere

2012-07-23 Thread kmsenthil
Hi, I am currently looking for some information on how to host multiple SOLR indexes on Websphere. I have this already working on tomcat. Do you have any documentation on how to set it up on websphere? Thanks Senthil -- View this message in context:

Re: Dynamic facet field

2012-07-23 Thread vehovmar
Any progress on this? I would love this feature also! -- View this message in context: http://lucene.472066.n3.nabble.com/Dynamic-facet-field-tp2979407p3996670.html Sent from the Solr - User mailing list archive at Nabble.com.

Adding optional field - re-index?

2012-07-23 Thread Winfried Umbrath
Hi, I want to add an optional field (required=false) to the schema of a running solr instance. There are already some million documents indexed which do not contain this newly added field. Only documents added _after_ the schema change are expected to contain this field, i.e. be searchable by

Re: can solr admin tab statistics be customized... how can this be achived.

2012-07-23 Thread Pranav Prakash
You can checkout Solr source code, do the patch work in admin JSP files and use it as your custom Solr Instance. *Pranav Prakash* temet nosce On Fri, Jul 20, 2012 at 12:14 PM, yayati yayatirajpa...@gmail.com wrote: Hi, I want to compute my own stats in addition to solr default stats.

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Mark Miller
These emails from Nagendra are very confusing. I've asked him in the past to be explicit about his announce and make it clear that it is an external project. Since I don't think he has changed how he does announce since that request, allow me to help out: Please note: This project has nothing

Re: Adding optional field - re-index?

2012-07-23 Thread Erik Hatcher
Winfried - It's absolutely fine to add a non-required field to the schema (and restart). No reindexing necessary. It can be handy to find documents without a field by using q=-fieldname:[* TO *] Erik On Jul 23, 2012, at 05:44 , Winfried Umbrath wrote: Hi, I want to add an

RecoveryStrategy overseer session expired

2012-07-23 Thread Trym R. Møller
Hi Running SolrCloud with a Solr loosing its zookeeper connection while having a replica I see the below log message repeatedly and the shard never recovers. The Solr has successfully reconnected to ZooKeeper and ZooKeeper is running fine. I know that the cause is the loss of the ZooKeeper

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Bernd Fehling
+1 What would be if ALL external projects using lucene and/or solr are announcing on this list that they have stepped up to the next higher release after a release change? Also Realtime NRT, if NRT stands for Near_Real_Time he has a Realtime Near_Real_Time Algorithm. Regards, Bernd Am

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Stefan Moises
+1, too... very confusing announcements, both because of the official sounding posts and also the double-realtime name :P And he also says in a follow-up post I am contributing Realtime NRT to Solr 4.0..., which sounds like this feature will be available in the official 4.x Solr release, which

Re: RecoveryStrategy overseer session expired

2012-07-23 Thread Mark Miller
Hey - out of the house for a bit so I don't have the issue number, but a few days ago I resolved an issue around the distrib queue using the straight zk client and not the solr zk client. I'm not 100% since I'm out on the street, but I think that will probably solve your issue. Sent from my

Get value attribute

2012-07-23 Thread Alisson Vieira
hi, good afternoon, I have the following xml example, glossary word id=1 nametest/name definitiontest/definition /word /glossary I'd like to index id attribute with solr, How do I do this? I can get information of name and definition. thanks very much Alisson Vieira

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Nagendra Nagarajayya
I like Mark's suggestion of marking the announcement as an external project. Will add that to future announcements. Regarding the announcement itself, Apache Solr with RankingAlgorithm has made available NRT functionality to Apache Solr from version 1.4.1. There were lots of requests/JIRAs

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Nagendra Nagarajayya
Thanks Bernd! Apache Solr 4.0-ALPHA is a major Solr milestone release so I think you will find lots of announcements related to it, like python support, etc. Similarly Apache Solr with RankinAlgorithm release. Realtime NRT is a innovative way to provide NRT functionality to Solr. Realtime is

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Yonik Seeley
On Mon, Jul 23, 2012 at 11:37 AM, Nagendra Nagarajayya nnagaraja...@transaxtions.com wrote: Realtime NRT algorithm enables NRT functionality in Solr by not closing the Searcher object and so is very fast. I am in the process of contributing the algorithm back to Apache Solr as a patch. Since

Re: Get value attribute

2012-07-23 Thread Tomás Fernández Löbbe
Maybe an XSLT that transforms into a solr xml format? http://wiki.apache.org/solr/UpdateXmlMessages On Mon, Jul 23, 2012 at 10:53 AM, Alisson Vieira alisson...@gmail.comwrote: hi, good afternoon, I have the following xml example, glossary word id=1 nametest/name

Re: Get value attribute

2012-07-23 Thread Alexandre Rafalovitch
What are you using to import it now? If DataImportHandler, then you just use /../../@id syntax. If some other XML library, it should have a way as well. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality

Re: RecoveryStrategy overseer session expired

2012-07-23 Thread Mark Miller
https://issues.apache.org/jira/browse/SOLR-3647 DistrubtedQueue should use our Solr zk client rather than the std zk client. I didn't add a CHANGES entry, but there should be one under bugs - I hadn't fully thought through the problems other than it would not deal with connection loss

Re: Query for records that have more than N values in a multi-valued field

2012-07-23 Thread Mikhail Khludnev
Hello Alexandre, Some time ago I wanted to contribute it http://mail-archives.apache.org/mod_mbox/lucene-dev/201203.mbox/%3ccangii8dukawp7mt1xqrjb5axdqptm5r4z+yzplfc7ptywsq...@mail.gmail.com%3E On Mon, Jul 23, 2012 at 7:05 PM, Alexandre Rafalovitch arafa...@gmail.comwrote: Hello, I have a

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Mark Miller
On Jul 23, 2012, at 11:27 AM, Nagendra Nagarajayya wrote: I am not sure why any one will get offended by an announcement that NRT functionality was available with older releases. FWIW, I'm not offended - I don't mind if third parties post announcements if they are related to Solr. I just

Re: DIH XML configs for multi environment

2012-07-23 Thread jerry.min...@gmail.com
Pranay, I tried two similar approaches to resolve this in my system which is Solr 4.0 running in Tomcat 7.x on Ubuntu 9.10. My preference was to use an alias for each of my database environments as a JVM parameter because it makes more sense to me that the database connection be stored in the

Re: DIH XML configs for multi environment

2012-07-23 Thread jerry.min...@gmail.com
Pranav, Sorry, I should have checked my response a little better as I misspelled your name and, mentioned that I tried what Marcus suggested then described something totally different. I didn't try using the property mechanism as Marcus suggested as I am not using a solr.xml file. What you

Re: Spellchecker component with multiple cores

2012-07-23 Thread Eduardo Henriques
Hi, I'm facing this same topic, but in my case, I have multiple cores and I want only one spellchecker index from all this cores. If I create a new core and index all documents from the other cores to this new core, and use the new core to implement the spellchecker can be a solution?

Re: Invalid or unreadable WAR file : .../solr.war when starting solr 3.6.1 app on Tomcat 7 (upgrade to 7.0.29/upstream)?

2012-07-23 Thread k9157
I removed distro pacakged Tomcat from the eqaation, I've installed rpm -qa | grep -i ^tomcat-7 tomcat-7.0.27-7.1.noarch replacing it with an upstream instance Server version: Apache Tomcat/7.0.29 Server built: Jul 23

Search special chars

2012-07-23 Thread Li, Qiang
Hi All, I want to search some keywords like Non-taxable, which has a - in the word. Can I make it working in Solr by some configuration? Or any other ways? Thanks Regards, Ivan This email message and any attachments are for the sole use of the intended recipients and may contain proprietary

Re: Search special chars

2012-07-23 Thread Lance Norskog
The Whitespace Tokenizer does this. It breaks everything apart only by space, tabs and newlines. You can use this whitespace tokenizer in the query stack of your field type. Another option is to create a regular expression CharFilter that turns non-* into non*. On Mon, Jul 23, 2012 at 7:10 PM,

Re: How to specify query slop per field with edismax

2012-07-23 Thread Jack Krupansky
You should be able to use the same syntax as in Lucene. -- Jack Krupansky -Original Message- From: Ivan Hrytsyuk Sent: Monday, July 23, 2012 3:31 PM To: solr-user@lucene.apache.org Subject: How to specify query slop per field with edismax Solr wiki page for ExtendedDisMax

Re: Indexing data in csv format

2012-07-23 Thread gopes
Hi Erick, Thank you for your reply. I am using the a csv file like this id;name;isbn;description;publish_date 1;Solr cookbook;ABC123456;Solr Cookbook;2011-06 2;Some book 1;JHDS871281;Some book;2010-01 3;Some book 2;9182KSC98;Another book;2010-02 and i have a the following entries in the

Re: Search special chars

2012-07-23 Thread Ram Marpaka
Ivan The hyphen character (-) is a Solr operator to exclude results matching the word that follows the operator. You may strip off them while indexing and searching. I think there are different ways to make it work if you need to retain. I am using the following way  1. Excerpt from my