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 wrote: > 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 Rafalovitch > > >

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 wrote: > Hey Hoss, > > I'd be happy to moderate. > > Sent from my iPhone > > > On 19-Oct-2013, at 0:22, Chris Hostetter > wrote: > > > > > > It looks like it's time to inject som

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 solr-use

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 par

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...? Tha

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 > Hi, > I want to know what is the difference between running solr on tomcat-apache > server vs jetty 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 (sear

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 cate

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 > > > On Sun, Oct 20, 2013, at 06:08 PM, Chris wrote: > > Hi, > > > > I am new to solr & have two quest

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 result

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 > Hi, > Is it possible to search complex q

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. http://www.opensourceconnection

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 tu

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 s

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 super.

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 a

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 bi

Re: Query modification

2013-10-20 Thread Sidharth
Hi, Even I am using the QueryComponent to perform similar modification to the query. I am modifying the query in the process() method of the Component. The problem I am facing is that after modifying the query and setting it in the response builder, I make a call to super.process(rb). This call

caching HTML pages in SOLR

2013-10-20 Thread Shailendra Mudgal
Hi, As google stores HTML pages as "*cached*" documents, is there a similar provision in SOLR. I am using SOLR-4.4.0. Thanks, Shailendra

Re: caching HTML pages in SOLR

2013-10-20 Thread Alexandre Rafalovitch
Not in Solr itself, no. Solr is all about Search. Caching (and rewriting resource links, etc) should probably be part of whatever does the document fetching. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the q

Re: caching HTML pages in SOLR

2013-10-20 Thread Shailendra Mudgal
Thanks Alex. I was thinking if something already exists of this sort. On Mon, Oct 21, 2013 at 12:05 PM, Alexandre Rafalovitch wrote: > Not in Solr itself, no. Solr is all about Search. Caching (and rewriting > resource links, etc) should probably be part of whatever does the document > fetchi

Re: caching HTML pages in SOLR

2013-10-20 Thread Alexandre Rafalovitch
I have not used it myself, but perhaps something like http://www.crawl-anywhere.com/ is along what you were looking for. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events fr

Class name of parsing the fq clause

2013-10-20 Thread YouPeng Yang
Hi I search the solr with fq clause,which is like: fq=BEGINTIME:[2013-08-25T16:00:00Z TO *] AND BUSID:(M3 OR M9) I am curious about the parsing process . I want to study it. What is the Java file name describes the parsing process of the fq clause. Thanks Regards.