RE: Efficient title sorting on large result sets.

2011-11-21 Thread Young, Cody
Hi Andrew, When you request a sort on a field, Lucene stores every unique value in a field cache, which stays in ram. If you have a large index and you're sorting on a Unicode string field, this can be very memory intensive. The way that I've solved this in the past is to make a field specifically

RE: Index a null text field

2011-11-24 Thread Young, Cody
Hello, We'll need more information please. How are you indexing the documents? DataImportHandler? Xml Updates? Can you show us the relevant parts of your schema? (Field definition and data type for the field) Are you getting any error messages in the log files? Tell us more about your environme

RE: Index a null text field

2011-11-25 Thread Young, Cody
I don't see anything wrong so far other than a typo here (missing a p in the second price): Can you see if there are any warnings in the log about documents not being able to be created? Also, you should have a field type definition for text in your schema. It will look something like