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
>
> >
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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.
26 matches
Mail list logo