Re: AW: Use function return value for range queries

2013-10-05 Thread SandroZbinden
Thank you very much Jack. I will take a look at this. Bests Sandro -- View this message in context: http://lucene.472066.n3.nabble.com/Use-function-return-value-for-range-queries-tp4093499p4093579.html Sent from the Solr - User mailing list archive at Nabble.com.

AW: solr configuration templates when creating new cores on the fly?

2013-10-05 Thread helt
Now I am able to create cores, but new cores don't have their own config file. Is this intended behavior? I haven't found much documentation for these features. I think I miss something basic here. Is it really normal, that no configuration files are being created when creating cores?

[ANNOUNCE] Apache Solr Reference Guide 4.5 Available

2013-10-05 Thread Steve Rowe
The Lucene PMC is pleased to announce the release of the Apache Solr Reference Guide for Solr 4.5. This 338 page PDF serves as the definitive users manual for Solr 4.5. The Solr Reference Guide is available for download from the Apache mirror network:

Among LatLonType SpatialRecursivePrefixTreeFieldType which one for filtering outside of bounding box?

2013-10-05 Thread user 01
For geospatial search, I need to filter out all points outside of certain radius from a certain point. No need for precise results, Approximation will work for me! No sorting is required either. I see there are two Spatial impls: LatLonType SpatialRecursivePrefixTreeFieldType. But I am sure which

Re: UML diagrams for solr

2013-10-05 Thread Kishan Parmar
I Also neet this plz send us some uml or er-diagram for solr ..,.,.. or any documentation foe solr Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa !!

Re: UML diagrams for solr

2013-10-05 Thread Furkan KAMACI
I can suggest you two resources. First one is that: http://www.cominvent.com/2011/04/04/solr-architecture-diagram/ Second one is that: https://issues.apache.org/jira/browse/LUCENE-2412 Once a time ago I've asked a similar question and learned that these are the current diagrams for Solr. After

[ANNOUNCE] Apache Solr 4.5 released

2013-10-05 Thread Adrien Grand
October 2013, Apache Solr™ 4.5 available The Lucene PMC is pleased to announce the release of Apache Solr 4.5 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted

Re: Error with Solr 4.4.0, Glassfish, and CentOS 6.2

2013-10-05 Thread paul brickell
How do I 'get rid of it entirely'?

Re: UML diagrams for solr

2013-10-05 Thread Nutan
Hi Kamaci, I am doing a project on Solr using all the features of it,I have started implementing a few of them.But I need Data flow diagrams,UML diagrams not only to learn but also to present,so if you can in anyway provide your class-diagram,it will be helpful to work further on Solr. Also I

Re: Error with Solr 4.4.0, Glassfish, and CentOS 6.2

2013-10-05 Thread Furkan KAMACI
Could you explain us what is error? 2013/10/5 paul brickell paul.brick...@blueyonder.co.uk How do I 'get rid of it entirely'?

Re: Use function return value for range queries

2013-10-05 Thread Yonik Seeley
frange (function range) is what you are looking for. http://yonik.com/posts/ranges-over-functions-in-solr-1-4/ -Yonik http://lucidworks.com On Fri, Oct 4, 2013 at 10:21 AM, SandroZbinden zbin...@imagic.ch wrote: Is there a way to use the function return value for a range query For example:

Shard split issue

2013-10-05 Thread yriveiro
Hi, Yesterday I did a SPLITSHARD operation on one of my shards (50G size), today the cluster state says that the children are in construction state and the parent is active. Is it not supposed that the parent becomes to inactive state and the new 2 shards becomes to active state? An split takes

Re: Shard split issue

2013-10-05 Thread Shalin Shekhar Mangar
I'm pretty sure the split has failed. What do you see in the parent leader logs? On Sat, Oct 5, 2013 at 8:25 PM, yriveiro yago.rive...@gmail.com wrote: Hi, Yesterday I did a SPLITSHARD operation on one of my shards (50G size), today the cluster state says that the children are in

Re: UML diagrams for solr

2013-10-05 Thread Kishan Parmar
THANKS. Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa !!

Re: Shard split issue

2013-10-05 Thread Yago Riveiro
How I can see the logs of the parent? They are stored on solr.log? -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, October 5, 2013 at 3:59 PM, Shalin Shekhar Mangar wrote: I'm pretty sure the split has failed. What do you see in the parent leader

solrnet videos

2013-10-05 Thread Kishan Parmar
hi every one i am using solrnet in my system but there is no videos form solrnet on youtube or any other site so plz put some solrnet tutorials on youtube ... and put some useful videos for solrnet Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa !!

Re: Shard split issue

2013-10-05 Thread Shalin Shekhar Mangar
On Sat, Oct 5, 2013 at 8:37 PM, Yago Riveiro yago.rive...@gmail.com wrote: How I can see the logs of the parent? They are stored on solr.log? Yes. -- Regards, Shalin Shekhar Mangar.

Re: Shard split issue

2013-10-05 Thread Yago Riveiro
I don't have the log, the rotation log file is configured to only 5 files with a small size, I will reconfigured to a high value and retry the split again. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, October 5, 2013 at 4:54 PM, Shalin Shekhar Mangar

Different document types in different collections OR same collection without sharing fields?

2013-10-05 Thread user 01
Using a single node Solr instance, I need to search for, lets say, electronics items grocery items. But I never want to search both of them together. When I search for electrnoics I don't expect a grocery item ever vice versa. Should I be defining both these document types within a single

Re: Shard split issue

2013-10-05 Thread Yago Riveiro
The error in log are: ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: splitshard the collection time out:300s ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException; null:org.apache.solr.common.SolrException:

Re: Shard split issue

2013-10-05 Thread Yago Riveiro
I can attach the full log of the process if you want. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, October 6, 2013 at 12:12 AM, Yago Riveiro wrote: The error in log are: ERROR - 2013-10-05 21:06:22.997; org.apache.solr.common.SolrException;

Re: Not able to run sample solr examples

2013-10-05 Thread Erick Erickson
You have to supply lots more information for anyone to help you. Please review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Tue, Oct 1, 2013 at 7:13 AM, Mamta Alshi mamta.al...@gmail.com wrote: Hi, My problem is i am not able to run the sample examples given in solr .i

Re: Accent insensitive multi-words suggester

2013-10-05 Thread Erick Erickson
Consider implementing a special field that of the form accentfolded|original For instance, you'd index something like ecole|école ecole|école privée as _terms_, not broken up at all. Now, when you send something to the suggester you send just eco or éco you fold them to eco too and get back

Re: Search for non empty fields in a index with denormalized tables

2013-10-05 Thread Erick Erickson
It's really unclear what you want here. First you say Now I want to select all patients that have no image Then you say I get all patients because every patient has an empty image_imgid field Then you say I only want to recive Gary Walker as a result What is it you really want here? Best,

Re: solr cpu usage

2013-10-05 Thread Erick Erickson
From my perspective, your question is almost impossible to answer, there are too many variables. See: http://searchhub.org/dev/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/ Best, Erick On Thu, Oct 3, 2013 at 9:38 PM, Otis Gospodnetic otis.gospodne...@gmail.com

Re: Doing time sensitive search in solr

2013-10-05 Thread Erick Erickson
the copyField directive handles glob patterns as the source, did you try that? Best, Erick On Thu, Oct 3, 2013 at 10:49 PM, Darniz rnizamud...@edmunds.com wrote: i am assuming there is no solution or i have to handle it at index time. Any solr experts please -- View this message in

Re: Sort by score an int field value

2013-10-05 Thread Erick Erickson
First, it's rather unlikely that very many docs have the exact same score, but I have seen it happen. Second, you can specify sort by function using a bunch of manipulations available on the int field. Best, Erick On Fri, Oct 4, 2013 at 4:52 PM, user 01 user...@gmail.com wrote: I need to sort

Re: solrnet videos

2013-10-05 Thread Erick Erickson
Well, if you have some good ideas, we'd all love to see what it would look like. If you have the time please add the videos and post the link... And, this is really the Java Solr forum. Perhaps you'd have more luck with the solrnet forum, Best, Erick On Sat, Oct 5, 2013 at 11:26 AM, Kishan

problem with data import handler delta import due to use of multiple datasource

2013-10-05 Thread Bill Au
Here is my DIH config: dataConfig dataSource name=ds1 type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost1/dbname1 user=db_username1 password=db_password1/ dataSource name=ds2 type=JdbcDataSource driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost2/dbname2

Re: problem with data import handler delta import due to use of multiple datasource

2013-10-05 Thread Alexandre Rafalovitch
Which version of Solr and what kind of SQL errors? There were some bugs in 4.x related to last_index_time, but it does not sound related. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature