If you are searching for single document can a real time get on doc id mentioned below serve your use case? http://localhost:8983/solr/get?id=mydoc
Real time get for multiple docs: http://localhost:8983/solr/get?id=mydoc&id=mydoc On Sat, Nov 8, 2014 at 12:52 AM, EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) <[email protected]> wrote: > Hi Group, > > I am working on implementing synonym for number like > 10,2010 > 14,2014 > > 2 digit number to get documents with four digit, I added the above lines > in synonym and everything works. But now I have to get for one direction, > > I tried 10=>2010 but it is still gets the record belongs to 10 , if I > search 2010. I want to get only 2010 documents if I search 2010 not 10. I > have expand=true in the synonym filter. > > <filter class="solr.SynonymFilterFactory" synonyms="synonyms.txt" > ignoreCase="true" expand="true"/> > > > If any help really appreciated. > > Thanks > > Ravi >
