Hi all, I am working for developing the interface for Solr with JSON. And some question here: 1. Can I limit the number of returned document in config file to avoid misconfiguration pull down the server? 2. How can I retrieve the document by unique key for result view purpose ? And how can I do the xslt transformation on it? 3. can I use nested field in document like this? <field name="a"> <field name ="bid">0000</field> <field name ="btext">1111</field> </field> 4. Does HTMLStripStandardTokenizerFactory do the same thing as solr.HTMLStripWhitespaceTokenizerFactory but only their target difference? And Can I use HTMLStripStandardTokenizerFactory with TokenizerFactory which extended from BaseTokenizerFactory? 5. If I use HTMLStripStandardTokenizerFactory, do I need to escape the html character in field element?
Thank you, Vinci -- View this message in context: http://www.nabble.com/document-retrieval%2C-nested-field-and-HTMLStripStandardTokenizerFactory-tp16300794p16300794.html Sent from the Solr - User mailing list archive at Nabble.com.