Hello everyone - We have a use case where we are trying to implement 'type
ahead' functionality for data that exists for different customers. Hence
the 'type ahead' will be specific to a user based on the data that the
specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
Hi Amit,
As my understand, the completion base on FST which will process your inputs
at index time. so you could do it after you get filter result.
For your purpose, you could use phrase prefix and edgeNGram to implement
this feature.
Regards.
On Wednesday, November 20, 2013 12:52:34 AM UTC-8, amit.soni wrote:
Hello everyone - We have a use case where we are trying to implement 'type
ahead' functionality for data that exists for different customers. Hence
the 'type ahead' will be specific to a user based on the data that the
specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
right now there is possibility to filter results for the completion
suggester, because it is not executing a query like a normal search query
(the data structures used are highly different in order to ensure
performance). We are right now in the process of creating something similar
like a filter by allowing to specify a suggester context, but this is still
in the works (not even in master)
Hi Amit,
As my understand, the completion base on FST which will process your
inputs at index time. so you could do it after you get filter result.
For your purpose, you could use phrase prefix and edgeNGram to implement
this feature.
Regards.
On Wednesday, November 20, 2013 12:52:34 AM UTC-8, amit.soni wrote:
Hello everyone - We have a use case where we are trying to implement
'type ahead' functionality for data that exists for different customers.
Hence the 'type ahead' will be specific to a user based on the data that
the specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
Nice to know this request is in the backlog, will wait for it to be out for
use.
-Amit.
On Wed, Nov 27, 2013 at 3:08 AM, Alexander Reelsen alr@spinscale.de wrote:
Hey,
right now there is possibility to filter results for the completion
suggester, because it is not executing a query like a normal search query
(the data structures used are highly different in order to ensure
performance). We are right now in the process of creating something similar
like a filter by allowing to specify a suggester context, but this is still
in the works (not even in master)
Hi Amit,
As my understand, the completion base on FST which will process your
inputs at index time. so you could do it after you get filter result.
For your purpose, you could use phrase prefix and edgeNGram to implement
this feature.
Regards.
On Wednesday, November 20, 2013 12:52:34 AM UTC-8, amit.soni wrote:
Hello everyone - We have a use case where we are trying to implement
'type ahead' functionality for data that exists for different customers.
Hence the 'type ahead' will be specific to a user based on the data that
the specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
Hi
is this feature likely to go into 1.0 release? We'd love to be able to use
the completion filter
On Wednesday, 20 November 2013 08:52:34 UTC, amit.soni wrote:
Hello everyone - We have a use case where we are trying to implement 'type
ahead' functionality for data that exists for different customers. Hence
the 'type ahead' will be specific to a user based on the data that the
specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
Is there any plan to release this feature in near future.
On Friday, 31 January 2014 14:47:27 UTC+5:30, Andrea Salvadore wrote:
Hi
is this feature likely to go into 1.0 release? We'd love to be able to use
the completion filter
On Wednesday, 20 November 2013 08:52:34 UTC, amit.soni wrote:
Hello everyone - We have a use case where we are trying to implement
'type ahead' functionality for data that exists for different customers.
Hence the 'type ahead' will be specific to a user based on the data that
the specific user.
What I am trying to understand is how I can apply filters to completion
suggestor so that it returns suggestions only for the filter result?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.