synonym « Tools « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Tools » synonym 

1. Solr - character substitution    stackoverflow.com

I have Solr with indexed database. In my database all data is in Latvian. The problem is, I need to be able to search word Riga as if it is word ...

2. synonym search using apache solr    stackoverflow.com

I have tried search using Apache SOLR. I have done with the PHP client code for to implement with apache solr. I have indexed using the function solrUpdate and got search ...

3. copyField and synonyms with SolR    stackoverflow.com

I have difficulty to do the following thing with Solr : Imagine the following fields :

<field name="all" type="text" indexed="true" stored="false" multiValued="true"/> 

<field name="title" type="text" indexed="true" stored="true" multiValued="false"/>

<field name="creator" type="authority" indexed="true" stored="true" multiValued="true"/>
Type ...

4. custom synonyms support for lucene    stackoverflow.com

can any one direct me on creating the custom synonyms using lucene in java?

5. Include synonyms in solr    stackoverflow.com

i am using solr for my searches. in this i found a synonyms.text file in which you can include synonyms manually for the words u want. But as i suppose it would ...

6. Solr and big synonym file    stackoverflow.com

I have a big synonym dictionary and I created a file correctly formated to use it with solr. This file has a size of 4mb. But when I want to start solr ...

7. Lucene synonym expansion,stemming,spell check and more    stackoverflow.com

I am using Lucene to index my database and then perform a phrase search on a specific field(field name: keyword). I am using following code currently:

       ...

8. How to get spelling suggestions from synonyms.txt in solr?    stackoverflow.com

I have a list of misspelled and corrected words in synonyms.txt file. How can I use that in solr for spelling suggestions? e.g. synonyms.txt contains following entries:

laptap => laptop
delll => dell
When I ...

9. Solr lucene and "similar" keywords    stackoverflow.com

I'm still a relative newbie with Solr Lucene, and I have noticed an interesting "problem" with a search I performed. If I do a basic search for "responsive", I also get results ...

10. solr synonyms not being parsed    stackoverflow.com

I'm making an auto-suggest feature using past searches in solr. Synonyms.txt contains a list of common typos / misspellings etc. It's setup to run on index and using the anaysis tool ...

11. Solr synonym replacement fails?    stackoverflow.com

I have a SynonymFilterFactory using a synonym file. From the Solr documentation:

#Explicit mappings match any token sequence on the LHS of "=>"
#and replace with all alternatives on the RHS.  These ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.