Because the first query result doesn't meet my requirement I have to do a secondary process manually based on the first query full results. Only after I finish the secondary process, I begin to show it to the end user based on specific records(for instance like the Solr does 10 records a time) one option is that I write them in a temporary file then read it again another option is I keep them in the memory then output when the user needs. If I want to keep them in memory, what kind of data structure can I use to store? Or you have this experience, would you share with me? Thanks!
-- View this message in context: http://lucene.472066.n3.nabble.com/How-to-store-the-secondary-results-from-the-Solr-tp3888824p3888824.html Sent from the Solr - User mailing list archive at Nabble.com.