Stanislaw Osinski, stanislaw.osin...@carrotsearch.com http://carrotsearch.com
I have very huge solr index. I want to tag all documents with terms that > better represent that document like this > < > http://search.carrotsearch.com/carrot2-webapp/search?source=web&view=folders&skin=fancy-compact&query=rugby+in+london&results=100&algorithm=lingo3g&EToolsDocumentSource.country=ALL&EToolsDocumentSource.language=ALL&EToolsDocumentSource.safeSearch=false > > > . Does this type of clustering results is also come under document tagging? > No, this type of clustering will not solve your problem because it's suited for small/medium collections of documents (search results) rather than the whole index. For your specific problem I'd recommend some keyword / keyphrase extractor, which would generate tags for each document separately. Staszek