I am developing a classifieds website similar to Quickr.com. The main problem is that each category requires a different set of properties. For example, for a mobile phone the attributes might be Man
I have a situation where I need to u开发者_Go百科se both EdgeNGramFilterFactory and NGramFilterFactory.
I have multiple sources of data from which I want to produce Solr documents. One source is a filesystem, so I plan to iterate through a set of (potentially many) files to collect one portion of the da
I am facing the strange behavior with solr insertion. Newly added documents never reflected in index. i have to restart the solr app instance in glassfish server to get the updates. This is happening
I am using Apache Solr for my search , using this i am indexing variety of resources such as (PDF,MS Word document).
I wonder if it is possible to configure mlt (more like this) to do the similarity on close numbers ? For example, a document with the field numberOfParticipant at 10, i would like to have some simila
I\'m currently implementing a Solr solution where a user is able to select various options to search for a product. I can now take all those options and put them together into one single long query, o
I am having this big database on one MSSQL server that contains data indexed by a web crawler. Every day I want to update SOLR SearchEngine Index using DataImportHandler which is situated in another
Using Solr 3.3 Key Store Item NameDescriptionCategoryPrice ========================================================================开发者_开发百科=
If I would like to post all the xml files in a folder then I use post.jar. java -jar post.开发者_如何学编程jar *.xml