Re: Seeking New Moderators for solr-user@lucene

2013-10-20 Thread Harshvardhan Ojha
Hi Chris, I am willing to be moderator. Regards Harshvardhan Ojha On Sun, Oct 20, 2013 at 1:17 AM, Furkan KAMACI furkankam...@gmail.comwrote: Hi Chris; I am volunteer and I really want to be a moderator for a long time as you know :) Thanks; Furkan KAMACI 2013/10/19 Alexandre

Re: Seeking New Moderators for solr-user@lucene

2013-10-20 Thread Anshum Gupta
Hi Hoss, Forgot to mention the email address: ans...@anshumgupta.net On Sat, Oct 19, 2013 at 12:40 AM, Anshum Gupta ans...@anshumgupta.netwrote: Hey Hoss, I'd be happy to moderate. Sent from my iPhone On 19-Oct-2013, at 0:22, Chris Hostetter hossman_luc...@fucit.org wrote: It

RE: Seeking New Moderators for solr-user@lucene

2013-10-20 Thread Jeevanandam M.
Hello Hoss - My pleasure, kindly accept my moderator nomination. Regards, Jeeva -- Original Message -- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: October 19, 2013 12:22:34 AM GMT+05:30 To: solr-user@lucene.apache.org Subject: Seeking New Moderators for

statistic on a field?

2013-10-20 Thread Bruno Mannina
Dear, I have a field named Authors, is it possible to have the frequency of terms (first 2000 for i.e.) of this field ? Thanks, Bruno

Re: statistic on a field?

2013-10-20 Thread Bruno Mannina
Le 20/10/2013 17:52, Bruno Mannina a écrit : Dear, I have a field named Authors, is it possible to have the frequency of terms (first 2000 for i.e.) of this field ? Thanks, Bruno By using Schema Browser, I have information on my field Authors but I have a problem, I have statistic on part

Two easy questions...

2013-10-20 Thread Chris
Hi, I am new to solr have two questions - 1. how do i get an excerpt for a huge content field (would love to show google like excerpts, where word searched for is highlighted) 2. If i have a field - A, is it possible to get top results with only unique values for this field in a page...?

difference between apache tomcat vs Jetty

2013-10-20 Thread Karunakar Reddy
Hi, I want to know what is the difference between running solr on tomcat-apache server vs jetty server in production. With jetty there is some issue with indexing(eg: If 120k[batch size 100] records are getting indexed, around 15k are missing). Regards, Karunakar.

Re: difference between apache tomcat vs Jetty

2013-10-20 Thread Furkan KAMACI
Which Jira issue points for: With jetty there is some issue with indexing(eg: If 120k[batch size 100] records are getting indexed, around 15k are missing).? 2013/10/20 Karunakar Reddy karunaka...@gmail.com Hi, I want to know what is the difference between running solr on tomcat-apache server

Re: Two easy questions...

2013-10-20 Thread Upayavira
On Sun, Oct 20, 2013, at 06:08 PM, Chris wrote: Hi, I am new to solr have two questions - 1. how do i get an excerpt for a huge content field (would love to show google like excerpts, where word searched for is highlighted) This is possible using the highlighting component (search

Re: pivot range faceting

2013-10-20 Thread Upayavira
On Sun, Oct 20, 2013, at 04:04 AM, Toby Lazar wrote: Is it possible to get pivot info on a range-faceted query? For example, if I want to query the number of orders placed in January, February, etc., I know I can use a simple range search. If I want to get the number of orders by

Re: Two easy questions...

2013-10-20 Thread Furkan KAMACI
For highlighting you can read here: http://wiki.apache.org/solr/HighlightingParameters For field collapsing you can read here: http://wiki.apache.org/solr/FieldCollapsing 2013/10/20 Upayavira u...@odoko.co.uk On Sun, Oct 20, 2013, at 06:08 PM, Chris wrote: Hi, I am new to solr have

Re: measure result set quality

2013-10-20 Thread Furkan KAMACI
Let's assume that you have keywords to search and different configurations for indexing. A/B testing is one of techniques that you can use as like Erick mentioned. If you want to have an automated comparison and do not have a oracle for A/B testing there is another way. If you have an ideal

Re: Complex Queries in solr

2013-10-20 Thread Furkan KAMACI
You should star reading from here: https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser and you should have a look at Fuzzy Searches section. On the other hand read here: http://wiki.apache.org/solr/FunctionQuery 2013/10/18 sayeed abdulsayeed...@gmail.com Hi, Is it

Re: measure result set quality

2013-10-20 Thread Doug Turnbull
That's exactly what we advocate for in our Solr work. We call in Test Driven Relevancy. We work closely with content experts to help build collaboration around search quality. (disclaimer, yes we build a product around this) but the advice still stands regardless.

Re: difference between apache tomcat vs Jetty

2013-10-20 Thread Shawn Heisey
On 10/20/2013 11:23 AM, Karunakar Reddy wrote: I want to know what is the difference between running solr on tomcat-apache server vs jetty server in production. With jetty there is some issue with indexing(eg: If 120k[batch size 100] records are getting indexed, around 15k are missing). We

Re: difference between apache tomcat vs Jetty

2013-10-20 Thread Shawn Heisey
On 10/20/2013 2:57 PM, Shawn Heisey wrote: We recommend jetty. The solr example uses jetty. I have a clarification for this statement. We actually recommend using the jetty that's included in the Solr 4.x example. It is stripped of all unnecessary features and its config has had some minor

Re: Complex Queries in solr

2013-10-20 Thread Roman Chyla
i just tested it whether our 'beautifu' parser supports it, and funnily enough, it does :-) https://github.com/romanchyla/montysolr/commit/f88577345c6d3a2dbefc0161f6bb07a549bc6b15 but i've (kinda) given up hope that people need powerful query parsers in the lucene world, the LUCENE-5014 is there

Re: SOLR: Searching on OpenNLP fields is unstable

2013-10-20 Thread Lance Norskog
Hi- Unit tests to the rescue! The current unit test system in the 4.x branch catches code sequence problems. [junit4] Throwable #1: java.lang.IllegalStateException: TokenStream contract violation: reset()/close() call missing, reset() called multiple times, or subclass does not call

Re: pivot range faceting

2013-10-20 Thread Toby Lazar
Thanks for confirming my fears. I saw some presentations where I thought this feature was used, but perhaps it was done performing multiple range queries. Any chance there is a way for copyField to copy a function of a field instead of the original itself is there? Or, must this be done by the

Re: pivot range faceting

2013-10-20 Thread Bram Van Dam
On 10/21/2013 03:46 AM, Toby Lazar wrote: Thanks for confirming my fears. I saw some presentations where I thought this feature was used, but perhaps it was done performing multiple range queries. Probably. I had a look at implementing the feature (because it's something we rely on quite a