Re: SOLR war for SOLR 6

2016-06-17 Thread Shawn Heisey
On 6/16/2016 1:20 AM, Bharath Kumar wrote: > I was trying to generate a solr war out of the solr 6 source, but even > after i create the war, i was not able to get it deployed correctly on > jboss. Wanted to know if anyone was able to successfully generate solr > war and deploy it on tomcat or

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
Thanks Erick - that's what we have settled on doing until we are using SolrCloud, which will be later this year with any luck. We want to get up onto Solr 5.5.1 first (ASAP) and we tried disabling tlogs today and that seems to fit the bill.

Thank You Guys

2016-06-17 Thread Jamal, Sarfaraz
Hi Guys, Thank you all - I got synonyms, highlighting, stemming all working the way I wanted to. I am sure I will have more questions later on =) Thanks! Sas

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Erick Erickson
If you are NOT using SolrCloud and don't care about Real Time Get, you can just disable the tlogs entirely. They're not doing you all that much good in that case... The tlogs are irrelevant when it comes to master/slave replication. FWIW, Erick On Fri, Jun 17, 2016 at 9:14 AM, Chris Morley

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-17 Thread MaryJo Sminkey
> OK - Slapping forehead now... D'oh! > > 1.2 > Float, not int! > LOL, we've all been there. I'm surprised I didn't notice that myself. MJ

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-17 Thread John Bickerstaff
OK - Slapping forehead now... D'oh! 1.2 wrote: > Hi all - > > I've successfully run the hon-lucene-synonyms plugin from the Admin > console by adding the following to the Raw Query Parameters field... > > > =text=synonym_edismax=true=1.2=1.1 > > I got those from the Read Me on the github

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-17 Thread MaryJo Sminkey
On Fri, Jun 17, 2016 at 2:15 PM, John Bickerstaff wrote: > If I do NOT add the last line and only have the line that sets > synonyms=true, it appears to work fine. > > I see the dot notation all over the sample entries in solrconfig.xml... Am > I missing something

Re: Solr Cloud and Multi-word Synonyms :: synonym_edismax parser

2016-06-17 Thread John Bickerstaff
Hi all - I've successfully run the hon-lucene-synonyms plugin from the Admin console by adding the following to the Raw Query Parameters field... =text=synonym_edismax=true=1.2=1.1 I got those from the Read Me on the github account. Now I'm trying to make this work via a requestHandler in

Re: Long STW GCs with Solr Cloud

2016-06-17 Thread Walter Underwood
I try to adjust the new generation size so that it can handle all the allocations needed for HTTP requests. Those short-lived objects should never come from tenured space. Even without facets, I run a pretty big new generation, 2 GB in an 8 GB heap. The tenured space will always grow in Solr,

Re: Error when searching with special characters

2016-06-17 Thread Ahmet Arslan
Hi, May be URL encoding issue? By the way, I would use back slash to escape special characters. Ahmet On Friday, June 17, 2016 10:08 AM, Zheng Lin Edwin Yeo wrote: Hi, I encountered this error when I tried to search with special characters, like "&" and "#". {

Re: Long STW GCs with Solr Cloud

2016-06-17 Thread Jeff Wartes
For what it’s worth, I looked into reducing the allocation footprint of CollapsingQParserPlugin a bit, but without success. See https://issues.apache.org/jira/browse/SOLR-9125 As it happened, I was collapsing on a field with such high cardinality that the chances of a query even doing much

Morphlines.cell and attachments in complex docs?

2016-06-17 Thread Allison, Timothy B.
I was just looking at SolrCellBuilder, and it looks like there's an assumption that documents will not have attachments/embedded objects. Unless I misunderstand the code, users will not be able to search documents inside zips, or attachments in msg/ doc/pdf/etc (cf. SOLR-7189). Are embedded

Re: ConcurrentMergeScheduler options not exposed

2016-06-17 Thread Michael McCandless
Really we need the infoStream output, to see what IW is doing, to take so long merging. Likely only one merge thread is running (CMS tries to detect if your IO system "spins" and if so, uses 1 merge thread) ... maybe try configuring this to something higher since your RAID array can probably

Accessing response docs in process method

2016-06-17 Thread Mark Robinson
Hi, I would like to check the response for the *authors *data that comes in my multiValued *authors* field and do some activity related to it before the output is send back. I know to access the facets and investigate it. Could some one pls advise (the apis/ methods etc) on how I can get

re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
After some more searching, I found a thread online where Erick Erickson is telling someone about how there are old tlogs left around in case there is a need for a peer to sync even if SolrCloud is not enabled. That makes sense, but we'll probably want to enable autoCommit and then trigger

[ANNOUNCE] Apache Solr 6.1.0 released

2016-06-17 Thread Adrien Grand
17 June 2016, Apache Solr 6.1.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 and analytics, rich document parsing, geospatial search, extensive

Re: Long STW GCs with Solr Cloud

2016-06-17 Thread Ere Maijala
17.6.2016, 11.05, Bernd Fehling kirjoitti: Am 17.06.2016 um 09:06 schrieb Ere Maijala: 16.6.2016, 1.41, Shawn Heisey kirjoitti: If you want to continue avoiding G1, you should definitely be using CMS. My recommendation right now would be to try the G1 settings on my wiki page under the

Re: Long STW GCs with Solr Cloud

2016-06-17 Thread Bernd Fehling
Am 17.06.2016 um 09:06 schrieb Ere Maijala: > 16.6.2016, 1.41, Shawn Heisey kirjoitti: >> If you want to continue avoiding G1, you should definitely be using >> CMS. My recommendation right now would be to try the G1 settings on my >> wiki page under the heading "Current experiments" or the CMS

Error when searching with special characters

2016-06-17 Thread Zheng Lin Edwin Yeo
Hi, I encountered this error when I tried to search with special characters, like "&" and "#". { "responseHeader":{ "status":400, "QTime":0}, "error":{ "msg":"org.apache.solr.search.SyntaxError: Cannot parse '\"Research ': Lexical error at line 1, column 11. Encountered: after

Re: Long STW GCs with Solr Cloud

2016-06-17 Thread Ere Maijala
16.6.2016, 1.41, Shawn Heisey kirjoitti: If you want to continue avoiding G1, you should definitely be using CMS. My recommendation right now would be to try the G1 settings on my wiki page under the heading "Current experiments" or the CMS settings just below that. For what it's worth, we're