inside adlib
play

Inside Adlib May 19 th 2009 Bert Degenhart Drenth The Adlib - PowerPoint PPT Presentation

Inside Adlib May 19 th 2009 Bert Degenhart Drenth The Adlib architecture Data Organised in tables Tables contain records, stored in XML All records in the same table are of the same record type Records can be access controlled Examples:


  1. Inside Adlib May 19 th 2009 Bert Degenhart Drenth

  2. The Adlib architecture

  3. Data Organised in tables Tables contain records, stored in XML All records in the same table are of the same record type Records can be access controlled Examples: objects, books, people, thesaurus terms

  4. Fields Fixed length or unlimited length Have a field name (multilingual) and a 2 character tag Can be repeated Can be multi-lingual Can be grouped MUST be indexed for searching

  5. Indexes Can index 1 or more fields One field can be in multiple indexes 2 major index types : word and term Are updated instantly after a record write | term indexes index the complete content of an occurrence | | word | indexes | chop | up | texts | in | single | words |

  6. SEARCH is the CORE

  7. A search is like a tree

  8. Leaf : Simple search FieldName operator SearchValue Operators: ‘=‘, ‘>’, ‘<‘, ‘=>’ or ‘=<‘ Use quotes when searching for values with spaces Use comma ‘,’ to search for multiple values ‘or’ Or ‘+’ for ‘and’ Or ‘ - ’ for ‘but not’ Asterisk ‘*’ as wildcard (left, right middle)

  9. Branches: Boolean searches SimpleSearch booleanOperator SimpleSearch Boolean operators ‘and’, ‘or’, ‘xor’, ‘and not’, ‘when’ ‘and’ has precedence over ‘or’ Use parenthesis to define your own precedence

  10. Special searches all

  11. Randomize results random nnn [seed] nnn determines number of returned records seed = start number for algorithm Same seed means same result

  12. Date searches Fieldname operator today [+|- nn] Operators: ‘=‘, ‘>’, ‘<‘, ‘=>’ or ‘=< Field must be a date type nn = number of days to add / subtract from today

  13. Language specific searches fieldName[isoCode] operator value Valid for multilingual fields only isoCode determines language title[DE- de] = ‘das’

  14. Linked table searches fieldName->fieldName operator value For linked tables Second field name is the field in the linked table creator->birth.year = 1920 Can follow multiple links

  15. Use of pointer files

  16. Pointer files pointer nnn pf’s are stored search results Aka ‘persistent sets’ Retrieves the result from a previously stored search

  17. Pointer files profile nnn Reruns the search statement from a previously stored search

  18. sorting sort fieldName [ascending|descending]

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend