[ANNOUNCE] Apache Solr 6.0.0 released

2016-04-08 Thread Nicholas Knize
8 April 2016, Apache Solr 6.0.0 available 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 search, dynamic clustering, database integration, rich document (e.g.,

Re: Ask about Solr

2016-04-08 Thread Erick Erickson
Hi! Contributions are always welcome. If you look in lucene/analysis you'll find other contributions that might serve as a model, there's smartcn, kuromoji etc. >From there, please open a JIRA and attach whatever code you have. See: https://wiki.apache.org/solr/HowToContribute Note that most

File based spell check with weights

2016-04-08 Thread Peter Lee
In an older wiki post (which I know is outdated...but still...) located here: https://wiki.apache.org/solr/FileBasedSpellChecker, the end of the first paragraph (the intro) indicates that "...it isn't all that hard to create an index from a file and have it weight the terms." I've been

Re: using solr AnalyticsQuery API vs facet API

2016-04-08 Thread sudsport s
bump! On Wed, Apr 6, 2016 at 3:25 PM, sudsport s wrote: > Adding Yonik, > > I almost implemented custom aggregate function using new facet API but > later on got runtime exceptions as "FacetContext" is not public. so looks > like Facet api components can't be created as

Re: EmbeddedSolr for unit tests in Solr 6

2016-04-08 Thread Shawn Heisey
On 4/8/2016 7:51 AM, Rohana Rajapakse wrote: > Thanks. I know it exists, but don't know how to use it. > > I am trying to use EmbeddedSolrServer(Path solrHome, String defaultCoreName) > > What should be the "solrHome"? Should it be the actual solr home (i.e. > lucene-solr-master\solr\server\solr)

RE: Adding configset in SolrCloud via API

2016-04-08 Thread Davis, Daniel (NIH/NLM) [C]
Anshum, The project https://github.com/danizen/solr-config-tool has code that uploads a configset to ZooKeeper via API. It depends only on SolrJ. You'll want to look at the following Java classes under src/main/java: org.danizen.solrconfig.SolrConfig

RE: EmbeddedSolr for unit tests in Solr 6

2016-04-08 Thread Rohana Rajapakse
Thanks. I know it exists, but don't know how to use it. I am trying to use EmbeddedSolrServer(Path solrHome, String defaultCoreName) What should be the "solrHome"? Should it be the actual solr home (i.e. lucene-solr-master\solr\server\solr) in the solr server, or can it be any temporary

Re: solcloud on production

2016-04-08 Thread Shawn Heisey
On 4/8/2016 12:39 AM, Midas A wrote: > we are moving from master slave architecture to solr cloud architecture . > so i would like to know following > > - what kind of challenges we can face on production . This is extremely difficult to answer. It would depend on the skill level of the admin

Re: EmbeddedSolr for unit tests in Solr 6

2016-04-08 Thread Shawn Heisey
On 4/8/2016 2:35 AM, Rohana Rajapakse wrote: > Can someone please tell me how to create a temporary Solr server > programmatically for the use of Unit Tests? I was using EmbeddedSolrServer in > Solr 4.x. How do you do thi in Solr 6.x? EmbeddedSolrServer still exists in 6.x. There may be

Re: solcloud on production

2016-04-08 Thread Kelly, Frank
I have found that ZooKeeper is the weak link for SolrCloud especially if deployed on a Cloud environment (AWS). https://issues.apache.org/jira/browse/SOLR-3274 https://issues.apache.org/jira/browse/SOLR-8868 And others see

Re: BYOPW in security.json

2016-04-08 Thread Jan Høydahl
Hi, Contributions of ne Authenitcation Plugins are surely welcome. Please open a JIRA issue to get started. You may also find this wiki page useful: http://wiki.apache.org/solr/HowToContribute In general, it is preferred to communicate open and frequently with the community about a feature,

EmbeddedSolr for unit tests in Solr 6

2016-04-08 Thread Rohana Rajapakse
Hi, Can someone please tell me how to create a temporary Solr server programmatically for the use of Unit Tests? I was using EmbeddedSolrServer in Solr 4.x. How do you do thi in Solr 6.x? Thanks in advance for any help, Rohana Registered Office: 24 Darklake View, Estover, Plymouth, PL6

Ask about Solr

2016-04-08 Thread Gia Khương Huỳnh
Hello, I'm a Vietnamese student. I'm building a searching website base Solr. I've trouble with Vietnamese searching. Solr isn't supported for Viet Nam language. I want to add new language in Solr. Can you show me? I have vnAnalyzer that a tool was built vnTokenizer and also have file stopword of

solcloud on production

2016-04-08 Thread Midas A
Hi All , we are moving from master slave architecture to solr cloud architecture . so i would like to know following - what kind of challenges we can face on production . - Is there any drawback of solrcloud - How solr cloud distributes requests between nodes and how node will behave on