Re: Czech stemmer

2014-09-09 Thread Lukáš Vlček
Hi, I would recommend you to look at stemmer or token filter based on Hunspell dictionaries. I am not a Solr user so I can not point you to appropriate documentation about this but Czech dictionary that can be used with Hunspell is of high quality. It can be downloaded from OpenOffice here http://

Re: Creating Solr servers dynamically in Multicore folder

2014-09-09 Thread nishwanth
Hello Erick, Thanks for the response . My cores got created now after removing the core.properties in this location and the existing core folders . Also i commented the core related information on solr.xml . Are there going to be any further problems with the approach i followed. For the new co

Re: Solr WARN Log

2014-09-09 Thread Joseph V J
Thank you for the update Shawn. ~Regards Joe On Tue, Sep 9, 2014 at 6:14 PM, Shawn Heisey wrote: > On 9/9/2014 2:56 AM, Joseph V J wrote: > > I'm trying to upgrade Solr from version 4.2 to 4.9, since then I'm > > receiving the following warning from solr log. It would be great if > anyone > > c

Re: Create collection dynamically in my program

2014-09-09 Thread xinwu
Hi , Jürgen: Thanks for your reply. What is the result of the call? Any status or error message? ——The call was ended normally ,and there was no error message. Did you actually feed data into the collection? ——Yes,I feed data into the daily collection every day.

Re: Solr multiple sources configuration

2014-09-09 Thread Jack Krupansky
It is mostly a matter of how you expect to query that data - do you need different queries for different sources, or do you have a common conceptual model that covers all sources with a common set of queries? -- Jack Krupansky -Original Message- From: vineet yadav Sent: Tuesday, Sept

Solr multiple sources configuration

2014-09-09 Thread vineet yadav
Hi, I am using solr to store data from multiple sources like social media, news, journals etc. So i am using crawler, multiple scrappers and apis to gather data. I want to know which is the best way to configure solr so that I can store data which comes from multiple sources. Thanks Vineet Yadav

Re: Using def function in fl criteria,

2014-09-09 Thread Chris Hostetter
: I'm trying to use a query with fl=name_UK,name_FRA,itemDesc:def(name_UK,name_FRA) : As you can see, the itemDesc field (builded by solr) is truncated : functions get their values from the FieldCache (or DocValues if you've enabled them) so that they can be efficient across a lot of docs. bas

Re: How to implement multilingual word components fields schema?

2014-09-09 Thread Paul Libbrecht
Ilia, one aspect you surely loose with a single field approach is the differentiation of semantic fields in different languages for words that sounds the same. The words "sitting" and "directions" are easy example that have fully different semantics in French and English, at least. "directions"

Wildcard in FL parameter not working with Solr 4.10.0

2014-09-09 Thread Mike Hugo
Hello, With Solr 4.7 we had some queries that return dynamic fields by passing in a fl=*_exact parameter; this is not working for us after upgrading to Solr 4.10.0. This appears to only be a problem when requesting wildcarded fields via SolrJ With Solr 4.10.0 - I downloaded the binary and set up

Czech stemmer

2014-09-09 Thread Shamik Bandopadhyay
Hi, I'm facing stemming issues with the Czech language search. Solr/Lucene currently provides CzechStemFilterFactory as the sole option. Snowball Porter doesn't seem to be available for Czech. Here's the issue. I'm trying to search for "posunout" (means move in English) which returns result, bu

Re: ExtractingRequestHandler indexing zip files

2014-09-09 Thread marotosg
hi keeblerh, Patch has to be applied to the source code and compile again Solr.war. If you do that then it works extracting the content of documents Regards, Sergio -- View this message in context: http://lucene.472066.n3.nabble.com/ExtractingRequestHandler-indexing-zip-files-tp4138172p415767

Re: Using def function in fl criteria,

2014-09-09 Thread Pigeyre Romain
I want to return : -the field name_UK (if it exists) -Otherwise the name_FRA field ... into an alias field (itemDesc, created at query time). There is no schema definition for itemDesc because, it is only a virtual field declared in fl= criteria. I don't understand while filter is apply

Re: [Announce] Apache Solr 4.10 with RankingAlgorithm 1.5.4 available now with complex-lsa algorithm (simulates human language acquisition and recognition)

2014-09-09 Thread Alexandre Rafalovitch
On Tue, Sep 9, 2014 at 1:38 PM, Diego Fernandez wrote: > Interesting. Does anyone know how that compares to this > http://www.searchbox.com/products/searchbox-plugins/solr-sense/? Well, for one, the Solr-sense pricing seems to be so sense-tive that you have to contact the sales team to find it

Reading files in default Conf dir

2014-09-09 Thread Ramana OpenSource
Hi, I am trying to load one of the file in conf directory in SOLR, using below code. return new HashSet(new SolrResourceLoader(null).getLines("stopwords.txt")); The "stopwords.txt" file is available in the location "solr\example\solr\collection1\conf". When i debugged the SolrResourceLoader API

field specified edismax

2014-09-09 Thread Jae Joo
Any way to apply different edismax parameter to field by field? For ex. q=keywords:(lung cancer) AND title:chemotherapy I would like to apply different qf for fields, keywords and title. f.keywords.qf=keywords^40 subkeywords^20 f.title.qf=title^80 subtitle^20 I know it can be done by field aliasi

Re: Using def function in fl criteria,

2014-09-09 Thread Erick Erickson
I'm really confused about what you're trying to do here. What do you intend the syntax itemDesc:def(name_UK,name_FRA) to do? It's also really difficult to say much of anything unless we see the schema definition for "itemDesc" and sample input. Likely you're somehow applying an analysis chain tha

Re: ExtractingRequestHandler indexing zip files

2014-09-09 Thread keeblerh
I am also having the issue where my zip contents (or kmz contents) are not being processed - only the file names are processed. It seems to recognize the kmz extension and open the file just doesn't recurse the processing on the contents. The patch you mention has been around for a while. I am ru

Re: Creating Solr servers dynamically in Multicore folder

2014-09-09 Thread Erick Erickson
Well, you already have a core.properties file defined in that location. I presume you're operating in "core discovery" mode. Your cores would all be very confused if new cores were defined over top of old cores. It is a little clumsy at this point in that you have to have a conf directory in place

Re: [Announce] Apache Solr 4.10 with RankingAlgorithm 1.5.4 available now with complex-lsa algorithm (simulates human language acquisition and recognition)

2014-09-09 Thread Diego Fernandez
Interesting. Does anyone know how that compares to this http://www.searchbox.com/products/searchbox-plugins/solr-sense/? Diego Fernandez - 爱国 Software Engineer US GSS Supportability - Diagnostics - Original Message - > Hi! > > I am very excited to announce the availability of Apache S

Re: Solr Sharding Help

2014-09-09 Thread Ethan
Thanks Jeff. I had different idea of how replicationFactor worked. I was able to create the setup with that command. Now as I import data into the cluster how can I determine that it's being sharding? On Mon, Sep 8, 2014 at 1:52 PM, Jeff Wartes wrote: > > You need to specify a replication fac

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jimtronic
So, the problem I found that's driving this is that I have several phrase synonyms set up. For example, "ipod mini" into "ipad mini". This synonym is only applied if you submit it as a phrase in quotes. So, the pf param doesn't help because it's not the right phrase in the first place. I can fix

[Announce] Apache Solr 4.10 with RankingAlgorithm 1.5.4 available now with complex-lsa algorithm (simulates human language acquisition and recognition)

2014-09-09 Thread nnagarajayya
Hi! I am very excited to announce the availability of Apache Solr 4.10 with RankingAlgorithm 1.5.4. Solr 4.10.0 with RankingAlgorithm 1.5.4 includes support for complex-lsa. complex-lsa simulates human language acquisition and recognition (see demo

Re: Master - Master / Upgrading a slave to master

2014-09-09 Thread Salman Akram
So realistically speaking you cannot have SolrCloud work for 2 data centers as a redundant solution because no matter how many nodes you add you still would need at least 1 node in the 2nd center working too. So that just leaves with non-SolrCloud solutions. "1) Change the replication config to r

Re: Master - Master / Upgrading a slave to master

2014-09-09 Thread Shawn Heisey
On 9/9/2014 8:46 AM, Salman Akram wrote: > You mean 3 'data centers' or 'nodes'? I am thinking if we have 2 nodes on > primary and 1 in secondary and we normally keep the secondary down would > that work? Basically secondary network is just for redundancy and won't be > as fast so normally we won't

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread Shawn Heisey
On 8/28/2014 7:43 AM, jimtronic wrote: > I would like to send only one query to my custom request handler and have the > request handler expand that query into a more complicated query. > > Example: > > */myHandler?q=kids+books* > > ... would turn into a more complicated EDismax query of: > > *"kid

Re: Master - Master / Upgrading a slave to master

2014-09-09 Thread Salman Akram
You mean 3 'data centers' or 'nodes'? I am thinking if we have 2 nodes on primary and 1 in secondary and we normally keep the secondary down would that work? Basically secondary network is just for redundancy and won't be as fast so normally we won't like to shift traffic there. So can we just hav

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jmlucjav
this is easily doable by a custom (java code) request handler. If you want to avoid writing any java code, you should investigate using https://issues.apache.org/jira/browse/SOLR-5005 (I am myself going to have a look at this interesting feature) On Tue, Sep 9, 2014 at 4:33 PM, jimtronic wrote:

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jimtronic
Never got a response on this ... Just looking for the best way to handle it? -- View this message in context: http://lucene.472066.n3.nabble.com/Using-a-RequestHandler-to-expand-query-parameter-tp4155596p4157613.html Sent from the Solr - User mailing list archive at Nabble.com.

Send nested doc with solrJ

2014-09-09 Thread Ali Nazemian
Dear all, Hi, I was wondering how can I use solrJ for sending nested document to solr? Unfortunately I did not find any tutorial for this purpose. I really appreciate if you can guide me through that. Thank you very much. Best regards. -- A.Nazemian

Re: Chronological partitioning of data - what does Solr offer in this area?

2014-09-09 Thread Alexandre Rafalovitch
Have you looked at collection aliasing already? http://www.anshumgupta.net/2013/10/collection-aliasing-in-solrcloud.html Regards, Alex Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: http

Sorting docs by Hamming distance

2014-09-09 Thread michael.boom
Hi, Did anybody try to embed into Solr sorting based on the Hamming distance on a certain field. http://en.wikipedia.org/wiki/Hamming_distance E.g. having a document doc1 with a field doc_hash:"12345678" and doc2 with doc_hash:"12345699". When searching for doc_hash:"123456780" the sort order shou

Chronological partitioning of data - what does Solr offer in this area?

2014-09-09 Thread Gili Nachum
Hello! *Does Solr support any sort of chronological ordering of data?* I would like to divide my data to: Daily, weekly, monthly, yearly parts. For performance sake. Has anyone done something like this over SolrCloud? More thoughts: While Indexing: I'm soft committing every 2 seconds so I would r

Re: Solr WARN Log

2014-09-09 Thread Shawn Heisey
On 9/9/2014 2:56 AM, Joseph V J wrote: > I'm trying to upgrade Solr from version 4.2 to 4.9, since then I'm > receiving the following warning from solr log. It would be great if anyone > could throw some light into it. > > Level Logger Message > WARN ManagedResource *No registered observers for /r

Re: Master - Master / Upgrading a slave to master

2014-09-09 Thread Shawn Heisey
On 9/8/2014 9:54 PM, Salman Akram wrote: > We have a redundant data center in case the primary goes down. Currently we > have 1 master and multiple slaves on primary data center. This master also > replicates to a slave in secondary data center. So if the primary goes down > at least the read only

Using def function in fl criteria,

2014-09-09 Thread Pigeyre Romain
Hi I'm trying to use a query with fl=name_UK,name_FRA,itemDesc:def(name_UK,name_FRA) As you can see, the itemDesc field (builded by solr) is truncated : { "name_UK": "MEN S SUIT\n", "name_FRA": "24 RELAX 2 BTS ST GERMAIN TOILE FLAMMEE LIN ET SOIE", "itemDesc": "suit"

Re: Language detection for multivalued field

2014-09-09 Thread lsanchez
Hi all, I don't know if this can help somebody, I've changed the method process of the class LanguageIdentifierUpdateProcessor in order to support of multivalued fields and it works pretty well protected SolrInputDocument process(SolrInputDocument doc) { String docLang = null; HashSet doc

OpenNLP integration with Solr

2014-09-09 Thread Ankur Dulwani
I am using Solr 4.9 and want to integrate openNLP with it. I ran the patch successfully LUCENE-2899 , the patch ran successfully and following are my changes in schema.xmlBut no proper outcomes can be seen. It is not recognizing the Named Entiti

Solr WARN Log

2014-09-09 Thread Joseph V J
Hi, I'm trying to upgrade Solr from version 4.2 to 4.9, since then I'm receiving the following warning from solr log. It would be great if anyone could throw some light into it. Level Logger Message WARN ManagedResource *No registered observers for /rest/managed* OS Used : Debian GNU/Linux 7 ~T

Re: SOLR tuning

2014-09-09 Thread J'roo
BTW - there are no HTTP timeouts active, so this part is OK -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-tuning-tp4157561p4157562.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR tuning

2014-09-09 Thread van...@bluewin.ch
Hi, Newbie testing on laptop here. I've got two cores (shards) in my datastore. When searching I get this error if result is above approx. 200'000 records, below 200'000 it returns fine. I thought it was simply a case of upping Java heap size, but no luck. I do not want to use start/cursorMark in