Changes between Version 12 and Version 13 of FCS-FeatureMatrix


Ignore:
Timestamp:
04/22/13 14:25:43 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FCS-FeatureMatrix

    v12 v13  
    1515
    1616== Query ==
    17  simple term search ::
    18   accept a simple term query
     17 simple term search (Conformance level 0) ::
     18  accept a simple term query: a word or a phrase.
    1919{{{
    20  query=word
     20 query=fish
     21 query="system"
     22 query="language acquisition"
     23 query="She said \"Yes\""
     24}}
     25It is a search for occurrences of a full word or a phrase. In the example queries above ''fish'' and ''"system"'' are instances of a word, and  ''"language acquisition"'' and ''"She said \"Yes\""'' are instances of a phrase.
     26
     27  '''''TODO:''' decide when searching in lexica search only in the lemma-list or in the explanations as well (full-text)''
     28
     29  honor search context (Conformance level 0) ::
     30  Allow to restrict search to specific collections/resources specified as a parameter (see [[SearchContext]])
     31{{{
     32 ?x-cmd-context={list[Resource-PID]}
    2133}}}
    22   '''''TODO:''' decide substring or full-word''
    23   '''''TODO:''' decide when searching in lexica search only in the lemma-list or in the explanations as well (full-text)''
    24  wildcards::
     34
     35
     36 wildcards (Conformance level 1-2) ::
    2537   support wildcards like
    2638{{{
     
    2941  There could be also a version encoded with the help of `relation` like: `index startsWith wor`
    3042   
    31  index search ::
     43  index search (Conformance level 1-2) ::
    3244  support searchClause-queries:
    3345{{{
    3446 index relation searchTerm
    35 }}}   
     47}}}
     48
     49Examples are
     50{{{
     51dc.creator = anderson
     52title adj "wonderful feelings"
     53bib.dateIssued < 1998
     54}}}
     55 
    3656 See more about indices in next chapter.
    3757
     
    3959  what are the allowed relations in in a query of the form `index rel single-search-term`:
    4060   * `=` - exact match (''on token? on annotation?'')
     61   * '<' - comparison on numeric values
    4162   * `regex`? - regular expression
    4263
     
    4768   * `adj` - terms in that order - a phrase
    4869   * `all/window/#N` - terms within a given window (#N) (SRU/CQL 2.0 proposal)
    49  honor search context ::
    50   Allow to restrict search to specific collections/resources specified as a parameter (see [[SearchContext]])
    51 {{{
    52  ?x-cmd-context={list[Resource-PID]}
    53 }}}
     70 
     71'''TODO''': discuss the lists of relations above in more detail: what do we want exactly?
     72 
     73 honor VC as search context  (Conformance level 1-2) ::
     74 able to process a virtual collection as means of restricting the search-context.
    5475
    55  honor VC as search context  ::
    56   able to process a virtual collection as means of restricting the search-context.
    57  boolean search ::
     76
     77 boolean search (Conformance level 1-2) ::
    5878{{{
    5979 AND OR PROX