Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion which query is the best for standard searching?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marcin Oleszkiewicz  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 8:27 am
From: Marcin Oleszkiewicz <marcino....@gmail.com>
Date: Fri, 29 Jun 2012 05:27:06 -0700 (PDT)
Local: Fri, Jun 29 2012 8:27 am
Subject: Re: which query is the best for standard searching?
Something like this, mayby not so much like finding bought when typing
buy, but I'm searching in our beautifull Polish language :) so when I
will tyle "szkolenie" I would also want to find "szkoleń",
"szkoleniowy", "szkolenia" and so on...

On 29 Cze, 14:21, Rafał Kuć <r....@solr.pl> wrote:

> Hello!

> You mean that when you type in plural form, you also find singular and
> all the cases like buy, bought should be find when typing buy ? Then
> you also should look at analysis, because its a matter of the correct
> language analysis:http://www.elasticsearch.org/guide/reference/index-modules/analysis/l...
> .

> --
> Regards,
>  Rafał Kuć
>  Sematext ::http://sematext.com/:: Solr - Lucene - Nutch - ElasticSearch

> AAX ->> AAA I meant similarity so when I will write CAT I will always

> > fins CATS etc.
> > On 29 Cze, 14:07, Rafał Kuć <r....@solr.pl> wrote:
> >> Hello!

> >> Use boolean query with OR to get all documents with at least one term,
> >> than use phrase query to boost the documents that have the words close
> >> to each other (look at the phrase sloop to see how you control that)
> >> and finally use boosting query to boost the documents that have all
> >> the terms in the field you are searching on. Of course all of that
> >> should be combined into a single query for ElasticSearch to do all the
> >> score calculation for you.

> >> I don't know what you want to achieve when you say you want to have
> >> results of 'AAX' when querying for 'AAA'.

> >> --
> >> Regards,
> >>  Rafał Kuć
> >>  Sematext ::http://sematext.com/::Solr - Lucene - Nutch - ElasticSearch

> >> > Heh yeah I know that it's kind of problem with answers like "you can
> >> > or you can or you can" and it all depends on what you need... problem
> >> > is that it's hard to start using this search engine because of lack of
> >> > documentation tuts etc
> >> > I would like to use it only in one case I'm searching the documents
> >> > using only one field always and I want to build the most standard
> >> > search engine for frazes that will return results from best similarity
> >> > to lower and so on...
> >> > so if I have a fraze like "AAA BBB CCC" search results will be like:
> >> > AAA BBB CCC
> >> > AAX BBB CCC
> >> > AAA BBB
> >> > AAX BBB
> >> > AAA
> >> > AAX
> >> > On 29 Cze, 13:28, Rafał Kuć <r....@solr.pl> wrote:
> >> >> Hello!

> >> >> Its hard to give a general query that will work in all situations, I
> >> >> don't think it's even possible. You should think what fields in your
> >> >> index are important to you (and use boosting on those), you should
> >> >> think if you want phrase queries to be used to boost documents that
> >> >> have them present. You may also want to have some fields boost score
> >> >> of your documents (for example number of likes or recent date) so you
> >> >> may want to use custom score query. And many, many more 'You may'.

> >> >> You should think what you want ElasticSearch to return and how and
> >> >> this way construct your queries.

> >> >> --
> >> >> Regards,
> >> >>  Rafa³ Kuæ
> >> >>  Sematext ::http://sematext.com/::Solr- Lucene - Nutch - ElasticSearch

> >> >> > anyone? I'm looking for best configuration of query_string for
> >> >> > searching results?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.