Re: Using Context field unable to get autosuggestion for zip code having '-'.

2018-02-08 Thread Alessandro Benedetti
With that configuration you want to auto suggest Office names filtering them
by zip code.

Not sure why you perform an ngram analysis though.
How do you want to filter by zip code ? Exact Search ? Edge ngram ?

Regards



-
---
Alessandro Benedetti
Search Consultant, R&D Software Engineer, Director
Sease Ltd. - www.sease.io
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Using Context field unable to get autosuggestion for zip code having '-'.

2018-02-08 Thread Nareshkumar P
Hi Team,


Problem: Unable to get autosuggestion for zip code having '-'.

We are using the context field as part of autosuggestion search.
when we try with context search, we are not getting results for zip code having 
'-', ex:"92240-3064".
Hence we did following the change in manager-schema and solrConfig

In Managed-scheme this changes we are added.


  



  


  

Created copy field for Zip code in managed-scheme
  
  

Added this line for suggester in solrconfig.xml
 zip-autosuggest

 sample example:

 
  OfficeName
  officeName
  practiceLocationNumber
 zip-autosuggest
  AnalyzingInfixLookupFactory
  officeName_suggester_infix_dir
  DocumentDictionaryFactory
  practiceLocationNumber
  lowercase
  officeName_provider_suggestor_dictionary
  string
 

we ran the reindexing without reloaded data. we are not getting the suggestion 
for zip code having "-".

can you please suggest the solution for it.


Thanks

Nareshkumar



::DISCLAIMER::
--
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
--