You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Kumaran Ramasubramanian <ku...@gmail.com> on 2016/06/07 16:46:42 UTC

Lucene term modifiers during search time - importance based on listed order

Hi All,

      i am trying to retrieve most related results using user given search
queries. If there is no results for exact queries, i want to use term
modifiers during search time. And so, i want to give more importance to
term modifiers in the defined listed order given below


   1. exact query
   2. wild card
   3. typo terms
   4. fuzzy search queries
   5. synonymous terms
   6. Proximity Searches ( if more than one term specified in user given
   query )


Please share me any articles if it is already solved / raised / documented
to lucene community before. Thanks in advance :-)


--
*​*​
Kumaran R

Re: Lucene term modifiers during search time - importance based on listed order

Posted by Kumaran Ramasubramanian <ku...@gmail.com>.
Dear All,

   Is there pointers on how to take my first step regarding below mentioned
requirement? Any help is much appreciated. Thanks.

​when i dont not get matched records for a query, i want to try term
> modifiers ( as per order ) to retrieve related results ( at least )​
>
>
--
Kumaran R


On Tue, Jun 7, 2016 at 10:16 PM, Kumaran Ramasubramanian <kums.134@gmail.com
> wrote:

>
>
> Hi All,
>
>       i am trying to retrieve most related results using user given search
> queries. If there is no results for exact queries, i want to use term
> modifiers during search time. And so, i want to give more importance to
> term modifiers in the defined listed order given below
>
>
>    1. exact query
>    2. wild card
>    3. typo terms
>    4. fuzzy search queries
>    5. synonymous terms
>    6. Proximity Searches ( if more than one term specified in user given
>    query )
>
>
> Please share me any articles if it is already solved / raised / documented
> to lucene community before. Thanks in advance :-)
>
>
> --
> *​*​
> Kumaran R
>
>
>