RE: File Descriptor/Memory Leak

2016-07-07 Thread Mads Tomasgård Bjørgan
FYI - we're using Solr-6.1.0, and the leak seems to be consequent (occurs every single time when running with SSL). -Original Message- From: Anshum Gupta [mailto:ans...@anshumgupta.net] Sent: torsdag 7. juli 2016 18.14 To: solr-user@lucene.apache.org Subject: Re: File Descriptor/Memory L

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Yangrui Guo
My solution lets users retrieve data entities using queries like "find me a job that only requires a high school degree" and "I want a car from American with alloy wheels". It can also be expanded to perform other database queries, like date time or price range searches. I use Stanford NLP to ident

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Thanks for the link. I'll take a look at it later in the day once I am at office. Puneet On 8 Jul 2016 08:19, "Yangrui Guo" wrote: https://github.com/guoyangrui/squery It's not well documented yet but the idea was simple. Users should first format their database tables into triples by creating

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Hi Jay Any place I can learn more on this method of integration? Thanks Puneet On 8 Jul 2016 02:58, "Jay Urbain" wrote: > I use Stanford NLP and cTakes (based on OpenNLP) while indexing with a > SOLRJ application. > > Best, > Jay > > On Thu, Jul 7, 2016 at 12:09 PM, Puneet Pawaia > wrote: > > >

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Hi Yangrui I would like users to be able to write queries in natural language rather than keyword based search. A link to your solution would be worth looking at. Regards Puneet On 8 Jul 2016 03:02, "Yangrui Guo" wrote: What is your NLP search like? I have a NLP solution for Solr and just open

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Yangrui Guo
https://github.com/guoyangrui/squery It's not well documented yet but the idea was simple. Users should first format their database tables into triples by creating view, then Solr and Stanford NLP handles the data retrieval part. I hope someone could continue contribute to its developement. Yangr

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread John Blythe
can you share a link, i'd be interested in checking it out. thanks- -- *John Blythe* Product Manager & Lead Developer 251.605.3071 | j...@curvolabs.com www.curvolabs.com 58 Adams Ave Evansville, IN 47713 On Thu, Jul 7, 2016 at 4:32 PM, Yangrui Guo wrote: > What is your NLP search like? I ha

Re: Boosting query results

2016-07-07 Thread Walter Underwood
I think it works to join against the other collection to get scores. But I’m not sure. I think that was suggested for a fairly static collection of documents with rapidly changing scoring inputs. Personally, I would try a straight popularity boost to see if it got you 80% of the way there. wun

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
Yes, the spam issue is something I'm aware of. I plan on having some sanity checks in place to make sure that the boosts are in line with expectations either at query time or while indexing the scores into Solr. I just read through that document along with some of the more recent posts about s

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Yangrui Guo
What is your NLP search like? I have a NLP solution for Solr and just open sourced it. Not sure if it fits your need Yangrui On Thursday, July 7, 2016, Puneet Pawaia wrote: > Hi > > I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x if > required. > I am working on a POC for na

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Jay Urbain
I use Stanford NLP and cTakes (based on OpenNLP) while indexing with a SOLRJ application. Best, Jay On Thu, Jul 7, 2016 at 12:09 PM, Puneet Pawaia wrote: > Hi > > I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x if > required. > I am working on a POC for natural language quer

Re: Solr Merge Index

2016-07-07 Thread Kalpana
This did the trick localhost:8983/solr/sitecore_web_index,localhost:8983/solr/SharePo‌​int_All Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Merge-Index-tp4286081p4286272.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Some questions

2016-07-07 Thread Jamal, Sarfaraz
Of course, yes -=) Sas Sarfaraz Jamal (Sas) Revenue Assurance Tech Ops 614-560-8556 sarfaraz.ja...@verizonwireless.com -Original Message- From: Siwei Lv [mailto:si...@microsoft.com] Sent: Thursday, July 7, 2016 4:40 AM To: solr-user@lucene.apache.org Subject: Some questions Hi all,

Re: Facet in SOLR Cloud vs Core

2016-07-07 Thread Pablo Anzorena
Sorry for introducing bad information. Because it happens in the json facet api, I thought it would also happen in the facet. Soyrry again for the misunderstood. 2016-07-07 16:08 GMT-03:00 Chris Hostetter : > > : The problem with the shards appears in the following scenario (note that > : the pro

Re: Facet in SOLR Cloud vs Core

2016-07-07 Thread Chris Hostetter
: The problem with the shards appears in the following scenario (note that : the problem below also applies in a solr standalone enviroment with : distributed search): : : Shard1: DATA_SOURCE1 (3 docs), DATA_SOURCE2 (2 docs), DATA_SOURCE3 (2 docs). : Shard2: DATA_SOURCE3 (2 docs), DATA_SOURCE2 (1

Re: Facet in SOLR Cloud vs Core

2016-07-07 Thread Chris Hostetter
: My question specifically has to do with Facets in a SOLR : cloud/collection (distributed environment). The core I am working with ... : I am using the following facet query which works fine in more Core based index : : http://localhost:8983/solr/gamra/select?q=*:*&rows=0&facet=true&f

Re: Facet in SOLR Cloud vs Core

2016-07-07 Thread Pablo Anzorena
As long as you don't shard your index, you will have no problem migrating to solrcloud. The problem with the shards appears in the following scenario (note that the problem below also applies in a solr standalone enviroment with distributed search): Shard1: DATA_SOURCE1 (3 docs), DATA_SOURCE2 (2

Re: Solr Merge Index

2016-07-07 Thread Kalpana
Some more info: I am using Solrnet in my MVC project for search results: var urlHealthInfo = ConfigurationManager.AppSettings["solrSPHealthInfo"] != null ? ConfigurationManager.AppSettings["solrSitecoreSPHealthInfo"].ToString() : "http://localhost:8983/solr/Sitecore_SharePoint_HealthInformation";

Re: Boosting query results

2016-07-07 Thread Walter Underwood
If it is running in an environment protected from spammers, you might want to start with the work that LucidWorks did on click scoring. https://lucidworks.com/blog/2015/03/23/mixed-signals-using-lucidworks-fusions-signals-api/

Re: Boosting query results

2016-07-07 Thread Walter Underwood
You understand that you are making your site extremely easy to spam, right? This is how Microsoft became the top hit for “evil empire” on Google. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 7, 2016, at 11:25 AM, Mark T. Trembley > wrote: >

Facet in SOLR Cloud vs Core

2016-07-07 Thread Whelan, Andy
Hello, I have am somewhat of a novice when it comes to using SOLR in a distributed SolrCloud environment. My team and I are doing development work with a SOLR core. We will shortly be transitioning over to a SolrCloud environment. My question specifically has to do with Facets in a SOLR cloud/c

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
I've found that it is definitely complicated! Essentially what I am attempting to do is boost products based on the number of times that particular product has been selected via historical searches using the same search term or phrase. On 7/7/2016 11:55 AM, Walter Underwood wrote: That is a

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Joel Bernstein
You may want to take a look at NLP4J. There is no integration yet with Solr, but it seems like it would be a good fit. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jul 7, 2016 at 1:09 PM, Puneet Pawaia wrote: > Hi > > I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x i

Re: Custom Post-Filter in Solr 3.3.0

2016-07-07 Thread Erick Erickson
Post filtering was added in Solr 3.4. What the interface is like in that code line I have no idea though. You at least have to upgrade that far. Best, Erick On Thu, Jul 7, 2016 at 10:19 AM, Vasu Y wrote: > Hi, > Thanks to Erik Hatcher's blog on Custom security filtering in Solr ( > https://luci

Custom Post-Filter in Solr 3.3.0

2016-07-07 Thread Vasu Y
Hi, Thanks to Erik Hatcher's blog on Custom security filtering in Solr ( https://lucidworks.com/blog/2012/02/22/custom-security-filtering-in-solr/ ). I have a similar requirement to do some post-filtering. Our environment is Solr 3.3.0 and when i use the Erik's sample, AccessControlQuery wouldn't

Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Hi I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x if required. I am working on a POC for natural language query using Solr. Should I use the Stanford libraries or are there any other libraries having integration with Solr already available. Any direction in how to do this woul

Some questions

2016-07-07 Thread Siwei Lv
Hi all, I have some questions about solr, Can I send them to this mail box? Thanks, Siwei

Re: Boosting query results

2016-07-07 Thread Walter Underwood
That is a very complicated design. What are you trying to achieve? Maybe there is a different approach that is simpler. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jul 7, 2016, at 9:26 AM, Mark T. Trembley > wrote: > > That works with static

Solr search for PDF is case sensitive

2016-07-07 Thread rohinikrishna
Hi All, I have implemented Solr search in my Sitecore application. Scenario: I have a Sitecore item and an field of the item is associated to media Item(PDF). I am able to index the entire content of the item including the media item i.e. PDF. I have used Computed text for indexing. When I se

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
That works with static boosts based on documents matching the query "Boost2". I want to apply a different boost to documents based on the value assigned to Boost2 within the document. From my sample documents, when running a query with "Boost2," I want Document2 boosted by 20.0 and Document6 b

Re: File Descriptor/Memory Leak

2016-07-07 Thread Anshum Gupta
I've created a JIRA to track this: https://issues.apache.org/jira/browse/SOLR-9290 On Thu, Jul 7, 2016 at 8:00 AM, Shai Erera wrote: > Shalin, we're seeing that issue too (and actually actively debugging it > these days). So far I can confirm the following (on a 2-node cluster): > > 1) It consis

Re: Boosting query results

2016-07-07 Thread Walter Underwood
This looks like a job for “bq”, the boost query parameter. I used this to boost textbooks which were used at the student’s school. bq does not force documents to be included in the result set. It does affect the ranking of the included documents. bq=B1_ss:Boost2 will boost documents that match

Re: File Descriptor/Memory Leak

2016-07-07 Thread Shai Erera
Shalin, we're seeing that issue too (and actually actively debugging it these days). So far I can confirm the following (on a 2-node cluster): 1) It consistently reproduces on 5.5.1, but *does not* reproduce on 5.4.1 2) It does not reproduce when SSL is disabled 3) Restarting the Solr process (som

RE: Data import handler in techproducts example

2016-07-07 Thread Brooks Chuck (FCA)
Hello Jonas, Did you figure this out? Dr. Chuck Brooks 248-838-5070 -Original Message- From: Jonas Vasiliauskas [mailto:jonas.vasiliaus...@yahoo.com.INVALID] Sent: Saturday, July 02, 2016 11:37 AM To: solr-user@lucene.apache.org Subject: Data import handler in techproducts example He

Re: File Descriptor/Memory Leak

2016-07-07 Thread Shalin Shekhar Mangar
I have myself seen this CLOSE_WAIT issue at a customer. I am running some tests with different versions trying to pinpoint the cause of this leak. Once I have some more information and a reproducible test, I'll open a jira issue. I'll keep you posted. On Thu, Jul 7, 2016 at 5:13 PM, Mads Tomasgård

Boosting query results

2016-07-07 Thread Mark T. Trembley
I have a question about the best way to rank my results based on a score field that can have different values per document and where each document can have different scores based on which term is queried. Essentially what I'm wanting to have happen is provide a list of terms that when matched

Re: sorlcloud connection issue

2016-07-07 Thread Shawn Heisey
On 7/6/2016 5:26 AM, Kent Mu wrote: > Hi friends! > *solr version: 4.9.0* > > I came across a problem when use solrcloud, it becomes dead lock, we got > the java core log, it looks like the http connection pool is exhausted and > most threads are waiting to get a free connection.. > > I posted the

Re: solr-8258

2016-07-07 Thread Joel Bernstein
Hi, Erick Erickson has been working on a ticket for this: https://issues.apache.org/jira/browse/SOLR-9166 Originally this wasn't implemented because much of streaming API in the early days didn't properly handle nulls. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Jul 7, 2016 at 8:09

Re: Suggester Issue

2016-07-07 Thread Rajesh Kapur
Hi, Any update on this? Could you please let me know is it possible to pass CFQ parameter on multiple fields? Thanks On Tue, Jul 5, 2016 at 9:40 AM, Rajesh Kapur wrote: > Hi, > > > > I tried to implement suggester using SOLR 6.0.1 with context field. PFB > the configuration we are using to im

solr-8258

2016-07-07 Thread Matteo Grolla
Hi, the export handler returns 0 for null numeric values. Can someone explain me why it doesn't leave the field off the record like string or multivalue fields? thanks Matteo

File Descriptor/Memory Leak

2016-07-07 Thread Mads Tomasgård Bjørgan
Hello there, Our SolrCloud is experiencing a FD leak while running with SSL. This is occurring on the one machine that our program is sending data too. We have a total of three servers running as an ensemble. While running without SSL does the FD Count remain quite constant at around 180 while

Re: Solr Merge Index

2016-07-07 Thread Kalpana
Thanks for your reply. I am using Solrnet to set up the search object. Is it possible to use the same for sharding? On Jul 7, 2016, at 4:11 AM, Shalin Shekhar Mangar [via Lucene] mailto:ml-node+s472066n428613...@n3.nabble.com>> wrote: Why do you need the merged core? If the underlying data

Re: "Block join faceting is allowed with ToParentBlockJoinQuery only"

2016-07-07 Thread Mikhail Khludnev
Hello, I hardly I understand why you need to find text:(Moby*) guys twice. Find them once under {parent} is enough from my pov. Are you sure that just using fl=[child] isn't enough, and why if so? 06 июля 2016 г. 13:48 пользователь "Sebastian Riemer" написал: > Hi, > > Please consider the follow

Re: export handler date fields

2016-07-07 Thread Alexandre Rafalovitch
https://issues.apache.org/jira/browse/SOLR-9187 Should be fixed in 6.2 Regards, Alex. Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 7 July 2016 at 19:13, Matteo Grolla wrote: > Hi, > is there a reason why the export handler doesn't sup

export handler date fields

2016-07-07 Thread Matteo Grolla
Hi, is there a reason why the export handler doesn't support date fields? thanks Matteo Grolla

Re: deploy solr on cloud providers

2016-07-07 Thread Lorenzo Fundaró
Thank you Tomas, I would take a thorough look to the jira ticket you're pointing out. On 6 July 2016 at 20:49, Tomás Fernández Löbbe wrote: > On Wed, Jul 6, 2016 at 2:30 AM, Lorenzo Fundaró < > lorenzo.fund...@dawandamail.com> wrote: > > > On 6 July 2016 at 00:00, Tomás Fernández Löbbe > > wrot

Re: Solr Merge Index

2016-07-07 Thread Shalin Shekhar Mangar
Why do you need the merged core? If the underlying data is changing then obviously the merged core won't automatically update it self. And another merge will introduce duplicate data. So this is a bad solution. You can just keep the two cores and do a distributed search across both of them? You ca

search custom tags and attributes and get contents in solr

2016-07-07 Thread Valentina Cavazza
I have a different problem so I created a new thead: I have a custom field type: positionIncrementGap="1000"> in this field i have to seach custom tags and th

Re: sorlcloud connection issue

2016-07-07 Thread Shalin Shekhar Mangar
Hi Kent, There is no point sending multiple emails for the same subject. It distracts people from the other messages, distributes the conversation and discourages people from helping you. Please provide more details about your cluster. 1. How many nodes? 2. How many collections? 3. How many shard