Hi, can you send this email to the java-user list instead? This list is for discussing internals of Lucene/Solr...
Also, can you provide more details? What specifically went wrong... maybe a small test case showing the issue... Mike McCandless http://blog.mikemccandless.com On Fri, Apr 6, 2012 at 9:22 AM, parkhekishor <[email protected]> wrote: > I created Index with synonyms engine which has following structure of Map : > map.put("us", new String []{"united states" } > map.put("uk", new String[]{"United Kingdom"} > > But it is not working? Is there any way to build index on map above > structure. > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Synonyms-Engine-Map-tp3890296p3890296.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
