I'll post my new numbers so you can see the latest. I'm using MySQL and in my sphinx.yml file I've set max_matches: 100000 and a stopwords file for my local development. I've also added pid_file and searchd_file_path for staging and production, but I'm assuming that's irrelevant. My smallest id for the Asset model is 30 and the largest is 5479. Here are the set of ids that are not being returned through Asset.search:
[5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5392, 5393, 5394] It seems that there was a time when something about creating the assets caused them to not be indexed, but I don't know what would have caused that. I've tried comparing the various columns for these un-indexed Assets, but haven't been able to notice a pattern. I'm really just at a loss of where to look next. Let me know if any other information would be helpful and thanks for your help. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
