Re: Problem when i'm trying to search something

2014-05-13 Thread Anon15
Thanks for replying ! This is my Schema.xml. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-when-i-m-trying-to-search-something-tp4135045p4135427.html Sent from the Solr - User mailing list archive at Nabble.com.

Fwd: Inconsistent response from Cloud Query

2014-05-13 Thread Vineet Mishra
Copying. Community: Looking forward for your response. -- Forwarded message -- From: Vineet Mishra Date: Mon, May 12, 2014 at 5:57 PM Subject: Re: Inconsistent response from Cloud Query To: solr-user@lucene.apache.org Hi Shawn, There is no recovery case for me, neither the comm

Re: URLDataSource : indexing from other Solr servers

2014-05-13 Thread Gora Mohanty
On 12 May 2014 22:52, helder.sepulveda wrote: > Here is the data config: > > > > > > url="http://slszip11.as.homes.com/solr/select?q=*:*"; > processor="XPathEntityProcessor" > forEach="/response/result/doc" > trans

Re: Easises way to insatll solr cloud with tomcat

2014-05-13 Thread Jack Krupansky
Check out HDS from Heliosearch - it comes packaged with Tomcat, ready to go: http://heliosearch.com/download.html -- Jack Krupansky -Original Message- From: Aman Tandon Sent: Monday, May 12, 2014 8:23 AM To: solr-user@lucene.apache.org Subject: Re: Easises way to insatll solr cloud wi

Re: Join in solr to get data from two cores

2014-05-13 Thread Kamal Kishore
NO reply from anybody..seems strange ? On Fri, May 9, 2014 at 9:47 AM, Kamal Kishore wrote: > Any updates guys ? > > > On Thu, May 8, 2014 at 2:05 PM, Kamal Kishore > wrote: > >> Dear Team, >> >> I have two solr cores. One containing products information and second has >> customers points. I am

Solrcore.properties variable question.

2014-05-13 Thread Guido Medina
Hi, We have a couple of Solr servers acting as master and slave, and each server have the same amount of cores, we are trying to configure the solrcore.properties so that an script is able to add cores without changing the solrcore.properties using a hack like this: enable.master=false enabl

Re: SolrCloud - Highly Reliable / Scalable Resources?

2014-05-13 Thread Otis Gospodnetic
Hi, Re: > we have suffered several issues which always seem quite problematic to resolve. Try grabbing the latest version if you can. We identified a number of issues in older SolrCloud versions when working on large client setups with thousands of cores, but a lot of those issues have been fixe

Please add me to Contributors Group

2014-05-13 Thread Gireesh C. Sahukar
Hi, I'd like to be added to the contributors group. My wiki username is gireesh Thanks Gireesh

Re: SWF content not indexed

2014-05-13 Thread Mauro Gregorio Binetti
Hi Ahmet, thank you for your response... yes I think I need tika to do these job, using it like an OCR. I was trying to go deep inside it as yet. Any other suggestion from the group is welcome. Regads, Mauro On Sun, May 11, 2014 at 2:34 PM, Ahmet Arslan wrote: > > > > Hi, > > Solr/lucene only

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
Hi All I have a following field settings in solr schema Exact_Word*" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" multiValued="false" indexed="true" stored="true" required="false" omitNorms="true"/> As you can see Exact_Email h

Re: ContributorsGroup add request

2014-05-13 Thread Jim Martin
Shawn- Thanks much. Icon ideas have been recorded. -Jim On 5/11/2014 10:39 AM, Shawn Heisey wrote: On 5/10/2014 6:35 PM, Jim Martin wrote: Please add me the ContributorsGroup; I've got some Solr icons I'd like to suggest to the community. Perhaps down the road I can contribute more. I'm

Re: Join in solr to get data from two cores

2014-05-13 Thread Kamal Kishore
Any updates guys ? On Thu, May 8, 2014 at 2:05 PM, Kamal Kishore wrote: > Dear Team, > > I have two solr cores. One containing products information and second has > customers points. I am looking at solr join to query on first product core > & boost the results based on customer points in second

Re: Too many documents Exception

2014-05-13 Thread Chris Hostetter
As noted by others: you should definitely look into sharding your index -- fundementally there is no way to have that many documents in a single Lucene index. However: this is a terrible error for you to get, something in the stack should have really given you an error when you tried to add th

Re: URLDataSource : indexing from other Solr servers

2014-05-13 Thread Shawn Heisey
On 5/12/2014 10:11 AM, helder.sepulveda wrote: > I been trying to index data from other solr servers but the import always > shows: > Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. > Requests: 1, Fetched: 0, Skipped: 0, Processed I'm wondering why you're using the XPathEntity

Re: Replica active during warming

2014-05-13 Thread Mark Miller
If you are sure about this, can you file a JIRA issue? --  Mark Miller about.me/markrmiller On May 12, 2014 at 8:50:42 PM, lboutros (boutr...@gmail.com) wrote: Dear All, we just finished the migration of a cluster from Solr 4.3.1 to Solr 4.6.1. With solr 4.3.1 a node was not considered as ac

Re: Too many documents Exception

2014-05-13 Thread Jack Krupansky
One of the hard-core Lucene guys is going to have to help you out. Or you may have to write some custom code to fix the index for any such shard. If you have deleted any documents, it may be sufficient to simply optimize the index. -- Jack Krupansky -Original Message- From: yamazaki

Re: Join in solr to get data from two cores

2014-05-13 Thread Walter Underwood
Probably because we answered a nearly identical request yesterday. It had items in one core and counts in a different. Please read all the responses to this e-mail. http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201405.mbox/browser Specifically, these responses: http://mail-archives

Independent/Selfcontained Solr Unit testing with JUnit

2014-05-13 Thread Vijay Balakrishnan
Hi, Is there any way to run self-contained JUnit tests for say a Solr dependent class where it doesn't depend on Solr being up and running at localhost:8983 ? I have a collection etc. setup on the Solr server. Is it possible to mockit with an EmbeddedSolr easily with a @Before or @BeforeClass an

Grouping on int field in SolrCloud raises exception

2014-05-13 Thread Cario, Elaine
Wondering if anyone else has this issue? We have a grouping field which we defined as an integer; when we run a query grouping on that field it works fine in a non-cloud configuration, but when we try the same query in a SolrCloud configuration with multiple shards, we get the following error:

Re: DataImport using SqlEntityProcessor running Out of Memory

2014-05-13 Thread Mikhail Khludnev
Hello O, It seems to me (but it's better to look at the heap histogram) that buffering sub-entities in SortedMapBackedCache blows heap off. I'm aware about two directions: - use file based cache instead. I don't know exactly how it works, you can start from https://issues.apache.org/jira/browse/SOL

Re: retreive all the fields in join

2014-05-13 Thread Aman Tandon
Thanks Walter yeah we are now trying to use the external file field as mentioned by you. On May 12, 2014 11:11 PM, "Walter Underwood" wrote: > Top management has given requirements that force a broken design. They are > requiring something that is impossible with Solr. > > 1. Flatten the data. Yo

Re: solr optimize on fnm file

2014-05-13 Thread Erick Erickson
Oh my! I see what your problem is, but I rather doubt that it'll be addressed. You've obviously been stress-testing the indexing process and have a bunch of garbage left over that's not getting removed on optimize. But it's such a unique case that I don't know if anyone is really interested in fixi

Re: query(subquery, default) filters results

2014-05-13 Thread Aman Tandon
Thanks Yonik and Chris for the the brief explanation. Me too was unknown about the behavior of query parser. Yonik can you help that how can i learn deeply about the query parsers and how to gain expertise in debug query. With Regards Aman Tandon On Wed, May 7, 2014 at 12:35 AM, Yonik Seeley

getting direct link to solr result.

2014-05-13 Thread blach
Hello all! I have been using solr for a few days, but I still don't understand, how can I get direct link to open the document i'm looking for. I tried to do that, but the only information I can retrieve from the Json result from Solr is ID, Name, Modified date ... well, I'm working on android

Re: Solrj Default Data Format

2014-05-13 Thread Michael Della Bitta
Hi Furkan, If I were to guess, the XML format is more cross-compatible with different versions of SolrJ. But it might not be intentional. In any case, feeding your SolrServer a BinaryResponseParser will switch it over to javabin. Michael Della Bitta Applications Developer o: +1 646 532 3062 a

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
Hi jack Please have a look at this I have a following field settings in solr schema As you can see Exact_Word has the KeywordTokenizerFactory and that should treat the string as it is. Following is my responseHeader. As you can see I am searching my string only in the filed Exact_Word

Re: Independent/Selfcontained Solr Unit testing with JUnit

2014-05-13 Thread Shawn Heisey
On 5/13/2014 12:46 PM, Vijay Balakrishnan wrote: > Is there any way to run self-contained JUnit tests for say a Solr dependent > class where it doesn't depend on Solr being up and running at > localhost:8983 ? I have a collection etc. setup on the Solr server. > > Is it possible to mockit with an

RE: Easises way to insatll solr cloud with tomcat

2014-05-13 Thread Matt Kuiper (Springblox)
Check out http://heliosearch.com/download.html It is a distribution of Apache Solr packaged with Tomcat. I have found it simple to use. Matt -Original Message- From: Aman Tandon [mailto:amantandon...@gmail.com] Sent: Monday, May 12, 2014 6:24 AM To: solr-user@lucene.apache.org Subject

search multiple cores

2014-05-13 Thread Jay Potharaju
Hi, I am trying to join across multiple cores using query time join. Following is my setup 3 cores - Solr 4.7 core1: 0.5 million documents core2: 4 million documents and growing. This contains the child documents for documents in core1. core3: 2 million documents and growing. Contains records from

Re: What is the usage of solr.NumericPayloadTokenFilterFactory

2014-05-13 Thread Jack Krupansky
I do have basic coverage for that filter (and all other filters) and the parameter values in my e-book: http://www.lulu.com/us/en/shop/jack-krupansky/solr-4x-deep-dive-early-access-release-7/ebook/product-21203548.html That said, are you sure you want to be using the payload feature of Lucene?

Error when creating collection

2014-05-13 Thread Mark Olsen
Solr version: 4.2.1 I'm creating a collection via Java using this function call: String collection = "profile-2"; CoreAdminRequest.Create createRequest = new CoreAdminRequest.Create(); createRequest.setCoreName(collection); createRequest.setCollection(collection); createRequest.setInstanceD

Re: Join in solr to get data from two cores

2014-05-13 Thread Erick Erickson
You really have to provide more detail here. bq: Moreover, solr is not allowing to get data from both the core. What do you mean? the second core is unavailable? Solr joins do not return data from the "from" table. I really suggest you try denormalizing the data first, don't try to use Solr like