full text search is slow when hit common term

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I use mongodb to store video meta info.

      I crate text index on "title" filed. db.video_meta.createIndex(

      {'title':'text'}

      )

      For most terms, the query is very fast.

      But, when I searched common terms, like "video" , it is very slow.

      Do I have some methods to drop or ignore some docs when search command words. Or, I just have to mantain a "stop words" list ?

      Thank you

            Assignee:
            Hannes Magnusson (Inactive)
            Reporter:
            sun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: