Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/assistant/lib/qhelpsearchengine.cpp

    r651 r769  
    6464
    6565#if defined(QT_CLUCENE_SUPPORT)
    66     using namespace qt::fulltextsearch::clucene;
     66    using namespace fulltextsearch::clucene;
    6767#else
    68     using namespace qt::fulltextsearch::std;
     68    using namespace fulltextsearch::std;
    6969#endif
    7070
     
    196196    QHelpSearchResultWidget *resultWidget;
    197197
    198     qt::fulltextsearch::QHelpSearchIndexReader *indexReader;
     198    fulltextsearch::QHelpSearchIndexReader *indexReader;
    199199    QHelpSearchIndexWriter *indexWriter;
    200200
     
    215215
    216216    The QHelpSearchQuery class contains the field name and the associated search
    217     term. Depending on the field the search term might get split up into seperate
     217    term. Depending on the field the search term might get split up into separate
    218218    terms to be parsed differently by the search engine.
    219219
     
    239239    \value DEFAULT  the default field provided by the search widget, several terms should be
    240240                    split and stored in the word list except search terms enclosed in quotes.
    241     \value FUZZY    a field only provided in use with clucene. Terms should be split in seperate
     241    \value FUZZY    a field only provided in use with clucene. Terms should be split in separate
    242242                    words and passed to the search engine.
    243     \value WITHOUT  a field only provided in use with clucene. Terms should be split in seperate
     243    \value WITHOUT  a field only provided in use with clucene. Terms should be split in separate
    244244                    words and passed to the search engine.
    245     \value PHRASE   a field only provided in use with clucene. Terms should not be split in seperate
     245    \value PHRASE   a field only provided in use with clucene. Terms should not be split in separate
    246246                    words.
    247     \value ALL      a field only provided in use with clucene. Terms should be split in seperate
     247    \value ALL      a field only provided in use with clucene. Terms should be split in separate
    248248                    words and passed to the search engine
    249     \value ATLEAST  a field only provided in use with clucene. Terms should be split in seperate
     249    \value ATLEAST  a field only provided in use with clucene. Terms should be split in separate
    250250                    words and passed to the search engine
    251251*/
Note: See TracChangeset for help on using the changeset viewer.