RE: Preparing Solr 4.2.1 for IntelliJ fails - invalid sha1

2013-04-27 Thread Shahar Davidson
Hi Steve, Your help is much appreciated. Turns out that all the problems that I had were proxy related. I had to explicitly provide the proxy configuration (host/port) to Ant. (though I already have been using ivy-2.3.0, IVY-1194 was a good tip!) That solved everything. Thanks again, Shahar

IllegalArgumentException: port out of range:-1 When Running Embedded Zookeeper Ensemble

2013-04-27 Thread Furkan KAMACI
I am trying to run an embedded Zookeeper ensemble however I get that error: Apr 28, 2013 1:02:48 AM org.apache.solr.common.SolrException log SEVERE: null:java.lang.IllegalArgumentException: port out of range:-1 at java.net.InetSocketAddress.(InetSocketAddress.java:101) at java.net.InetSocketAddres

Re: Solr Indexing Rich Documents

2013-04-27 Thread Ahmet Arslan
Here is the documentation page :  http://manifoldcf.apache.org/release/trunk/en_US/end-user-documentation.html#filesystemrepository - Original Message - From: Furkan KAMACI To: solr-user@lucene.apache.org; Ahmet Arslan Cc: Sent: Saturday, April 27, 2013 2:48 PM Subject: Re: Solr Indexi

Re: Indexing DB

2013-04-27 Thread Gora Mohanty
On 27 April 2013 22:50, Peri Subrahmanya wrote: > I hooked up the dataimorthandler to my db which has around 15M records. > When I run the full-imoport, its erroring out with java heap space > message. Is there something I need to configure? (a) Please do not hijack threads, but start your own. H

Re: Indexing DB

2013-04-27 Thread Peri Subrahmanya
I fixed it by setting the batchSize="-1" in the db-config.xml. Apparently the default fetch size of 500 rows is not honored by some of the db drivers. I was using MySQL server. Thank you, Peri Subrahmanya On 4/27/13 1:20 PM, "Peri Subrahmanya" wrote: >I hooked up the dataimorthandler to my d

Content Field Incudes Some Other Fields By Tika

2013-04-27 Thread Furkan KAMACI
I have that fields at my schema.xml: and my solrconfig: true content however when I search some pdf files with Solr content starts with: stream_content_type text/plain stream_size 959 Content-Encoding ISO-8859-1 and after that real content of file comes. Why I see them? I do not copy

Indexing DB

2013-04-27 Thread Peri Subrahmanya
I hooked up the dataimorthandler to my db which has around 15M records. When I run the full-imoport, its erroring out with java heap space message. Is there something I need to configure? Thank you, Peri Subrahmanya On 4/27/13 3:53 AM, "Mohsen Saboorian" wrote: >I have a Solr 4.2 server setup

Re: SEVERE: null:java.io.IOException: Input/output error: NIOFSIndexInput

2013-04-27 Thread Jack Krupansky
Sounds like your index may be corrupted. Run checkindex. See similar discussion at: http://lucene.472066.n3.nabble.com/index-merge-scheduler-exception-java-io-IOException-Input-output-error-td3993774.html -- Jack Krupansky -Original Message- From: Mohsen Saboorian Sent: Saturday, Apr

Re: Exclude Pattern at Dynamic Field

2013-04-27 Thread Furkan KAMACI
Yes, you are right. I used uprefix and solved what I want. 2013/4/26 Jack Krupansky > No, other than to be explicit about individual patterns, which is better > anyway. > > Generally, "*" is a crutch or experimental tool ("Let's just see what all > the data and metadata is and then decide what t

Re: excluding something from copyfield source?

2013-04-27 Thread Furkan KAMACI
Thanks, I used uprefix and solved my problem. 2013/4/26 Gora Mohanty > On 26 April 2013 20:51, Furkan KAMACI wrote: > > Hi; > > > > I use that: > > > > > > > > however I want to exclude something i.e. author field. How can I do that? > > Instead of using *, use separate copyField directives fo

Re: uniqueKey required false for multivalued id when indexing rich documents

2013-04-27 Thread Furkan KAMACI
Ok, thanks for the answer. 2013/4/26 Gora Mohanty > On 26 April 2013 18:38, Furkan KAMACI wrote: > > I am new to Solr and try to index rich files. I have defined that at my > > schema: > [...] > > > > This will not work: Please see http://wiki.apache.org/solr/UniqueKey > for different use case

Re: Document is missing mandatory uniqueKey field: id for Solr PDF indexing

2013-04-27 Thread Furkan KAMACI
OK, I asked another question for it and it has solved, thanks. 2013/4/26 Furkan KAMACI > Jack, thanks for your answers. Ok, when I remove -Durl parameter I think > it works, thanks. However I think that I have a problem with my schema. I > get that error: > > Apr 26, 2013 3:52:21 PM org.apache.s

Re: Prons an Cons of Startup Lazy a Handler?

2013-04-27 Thread Furkan KAMACI
Thanks for the answers. 2013/4/26 Chris Hostetter > > : In short, whether you want to keep the handler is completely independent > of > : the lazy startup option. > > I think Jack missread your question -- my interpretation is that you are > asking about the pros/cons of removing 'startup="lazy"

Re: Solr Indexing Rich Documents

2013-04-27 Thread Furkan KAMACI
Yes, file system 2013/4/27 Ahmet Arslan > hi, > > Where do you store your rich documents? File system? > > > > > - Original Message - > From: Furkan KAMACI > To: solr-user@lucene.apache.org > Cc: > Sent: Friday, April 26, 2013 6:19 PM > Subject: Re: Solr Indexing Rich Documents > > Is t

Re: Solr Indexing Rich Documents

2013-04-27 Thread Ahmet Arslan
hi, Where do you store your rich documents? File system? - Original Message - From: Furkan KAMACI To: solr-user@lucene.apache.org Cc: Sent: Friday, April 26, 2013 6:19 PM Subject: Re: Solr Indexing Rich Documents Is there any example at wiki for Manifold? 2013/4/26 Ahmet Arslan >

Search for certain keywords fail: java.io.IOException: Input/output error: NIOFSIndexInput

2013-04-27 Thread Mohsen Saboorian
I have a Solr 4.2 server setup on a CentOS 6.4 x86 and Java: OpenJDK Runtime Environment (rhel-2.3.8.0.el6_4-i386) OpenJDK Server VM (build 23.7-b01, mixed mode) Currently it has a 4.6GB index with ~400k records. When I search for certain keywords, Solr fails with the following message. Any idea w

SEVERE: null:java.io.IOException: Input/output error: NIOFSIndexInput

2013-04-27 Thread Mohsen Saboorian
I have a Solr 4.2 (with Lucene 4.1 index version) server setup on a CentOS 6.4 x86 and Java: OpenJDK Runtime Environment (rhel-2.3.8.0.el6_4-i386) OpenJDK Server VM (build 23.7-b01, mixed mode) Currently it has a 4.6GB index with ~400k records. When I serach for certain keywords, Solr fails with t