Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to attempt to take advantage of the Suggest feature in RavenDb. Is it possible to do this when using a session.Advanced.LuceneQuery?

I am using the Advanced option as I'm indexing in a multi-map scenario where the return type is not known, which prevents using the strongly typed Linq querying.

share|improve this question

1 Answer

up vote 2 down vote accepted

When using LuceneQuery, you need to call the store.DatabaseCommands.Suggest() yourself.

share|improve this answer
Thanks. Hidden away a little bit, but with good reason. – berko Nov 27 '12 at 0:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.