Search (17 results, page 1 of 1)

  • × theme_ss:"Beziehungen verbale / systematische Erschließung"
  1. Gabler, S.: Vergabe von DDC-Sachgruppen mittels eines Schlagwort-Thesaurus (2021) 0.16
    0.15520355 = product of:
      0.25867257 = sum of:
        0.061263915 = product of:
          0.18379174 = sum of:
            0.18379174 = weight(_text_:3a in 1000) [ClassicSimilarity], result of:
              0.18379174 = score(doc=1000,freq=2.0), product of:
                0.39242527 = queryWeight, product of:
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.04628742 = queryNorm
                0.46834838 = fieldWeight in 1000, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1000)
          0.33333334 = coord(1/3)
        0.18379174 = weight(_text_:2f in 1000) [ClassicSimilarity], result of:
          0.18379174 = score(doc=1000,freq=2.0), product of:
            0.39242527 = queryWeight, product of:
              8.478011 = idf(docFreq=24, maxDocs=44218)
              0.04628742 = queryNorm
            0.46834838 = fieldWeight in 1000, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              8.478011 = idf(docFreq=24, maxDocs=44218)
              0.0390625 = fieldNorm(doc=1000)
        0.013616893 = product of:
          0.027233787 = sum of:
            0.027233787 = weight(_text_:web in 1000) [ClassicSimilarity], result of:
              0.027233787 = score(doc=1000,freq=2.0), product of:
                0.15105948 = queryWeight, product of:
                  3.2635105 = idf(docFreq=4597, maxDocs=44218)
                  0.04628742 = queryNorm
                0.18028519 = fieldWeight in 1000, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.2635105 = idf(docFreq=4597, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1000)
          0.5 = coord(1/2)
      0.6 = coord(3/5)
    
    Content
    Master thesis Master of Science (Library and Information Studies) (MSc), Universität Wien. Advisor: Christoph Steiner. Vgl.: https://www.researchgate.net/publication/371680244_Vergabe_von_DDC-Sachgruppen_mittels_eines_Schlagwort-Thesaurus. DOI: 10.25365/thesis.70030. Vgl. dazu die Präsentation unter: https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=web&cd=&ved=0CAIQw7AJahcKEwjwoZzzytz_AhUAAAAAHQAAAAAQAg&url=https%3A%2F%2Fwiki.dnb.de%2Fdownload%2Fattachments%2F252121510%2FDA3%2520Workshop-Gabler.pdf%3Fversion%3D1%26modificationDate%3D1671093170000%26api%3Dv2&psig=AOvVaw0szwENK1or3HevgvIDOfjx&ust=1687719410889597&opi=89978449.
  2. Tudhope, D.; Binding, C.; Blocks, D.; Cunliffe, D.: FACET: thesaurus retrieval with semantic term expansion (2002) 0.05
    0.047618072 = product of:
      0.11904518 = sum of:
        0.032420147 = weight(_text_:retrieval in 175) [ClassicSimilarity], result of:
          0.032420147 = score(doc=175,freq=6.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.23154683 = fieldWeight in 175, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=175)
        0.08662503 = weight(_text_:semantic in 175) [ClassicSimilarity], result of:
          0.08662503 = score(doc=175,freq=12.0), product of:
            0.19245663 = queryWeight, product of:
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.04628742 = queryNorm
            0.45010158 = fieldWeight in 175, product of:
              3.4641016 = tf(freq=12.0), with freq of:
                12.0 = termFreq=12.0
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.03125 = fieldNorm(doc=175)
      0.4 = coord(2/5)
    
    Abstract
    There are many advantages for Digital Libraries in indexing with classifications or thesauri, but some current disincentive in the lack of flexible retrieval tools that deal with compound descriptors. This demonstration of a research prototype illustrates a matching function for compound descriptors, or multi-concept subject headings, that does not rely on exact matching but incorporates term expansion via thesaurus semantic relationships to produce ranked results that take account of missing and partially matching terms. The matching function is based on a measure of semantic closeness between terms.The work is part of the EPSRC funded FACET project in collaboration with the UK National Museum of Science and Industry (NMSI) which includes the National Railway Museum. An export of NMSI's Collections Database is used as the dataset for the research. The J. Paul Getty Trust's Art and Architecture Thesaurus (AAT) is the main thesaurus in the project. The AAT is a widely used thesaurus (over 120,000 terms). Descriptors are organised in 7 facets representing separate conceptual classes of terms.The FACET application is a multi tiered architecture accessing a SQL Server database, with an OLE DB connection. The thesauri are stored as relational tables in the Server's database. However, a key component of the system is a parallel representation of the underlying semantic network as an in-memory structure of thesaurus concepts (corresponding to preferred terms). The structure models the hierarchical and associative interrelationships of thesaurus concepts via weighted poly-hierarchical links. Its primary purpose is real-time semantic expansion of query terms, achieved by a spreading activation semantic closeness algorithm. Queries with associated results are stored persistently using XML format data. A Visual Basic interface combines a thesaurus browser and an initial term search facility that takes into account equivalence relationships. Terms are dragged to a direct manipulation Query Builder which maintains the facet structure.
    Theme
    Semantisches Umfeld in Indexierung u. Retrieval
  3. Tudhope, D.; Binding, C.; Blocks, D.; Cuncliffe, D.: Representation and retrieval in faceted systems (2003) 0.04
    0.043724276 = product of:
      0.10931069 = sum of:
        0.04679445 = weight(_text_:retrieval in 2703) [ClassicSimilarity], result of:
          0.04679445 = score(doc=2703,freq=8.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.33420905 = fieldWeight in 2703, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0390625 = fieldNorm(doc=2703)
        0.062516235 = weight(_text_:semantic in 2703) [ClassicSimilarity], result of:
          0.062516235 = score(doc=2703,freq=4.0), product of:
            0.19245663 = queryWeight, product of:
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.04628742 = queryNorm
            0.32483283 = fieldWeight in 2703, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.0390625 = fieldNorm(doc=2703)
      0.4 = coord(2/5)
    
    Abstract
    This paper discusses two inter-related themes: the retrieval potential of faceted thesauri and XML representations of fundamental facets. Initial findings are discussed from the ongoing 'FACET' project, in collaboration with the National Museum of Science and Industry. The work discussed seeks to take advantage of the structure afforded by faceted systems for multi-term queries and flexible matching, focusing in this paper an the Art and Architecture Thesaurus. A multi-term matching function yields ranked results with partial matches via semantic term expansion, based an a measure of distance over the semantic index space formed by thesaurus relationships. Our intention is to drive the system from general representations and a common query structure and interface. To this end, we are developing an XML representation based an work by the Classification Research Group an fundamental facets or categories. The XML representation maps categories to particular thesauri and hierarchies. The system interface, which is configured by the mapping, incorporates a thesaurus browser with navigation history together with a term search facility and drag and drop query builder.
    Theme
    Klassifikationssysteme im Online-Retrieval
    Verbale Doksprachen im Online-Retrieval
  4. Tudhope, D.; Binding, C.; Blocks, D.; Cunliffe, D.: Compound descriptors in context : a matching function for classifications and thesauri (2002) 0.04
    0.038241964 = product of:
      0.09560491 = sum of:
        0.033088673 = weight(_text_:retrieval in 3179) [ClassicSimilarity], result of:
          0.033088673 = score(doc=3179,freq=4.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.23632148 = fieldWeight in 3179, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3179)
        0.062516235 = weight(_text_:semantic in 3179) [ClassicSimilarity], result of:
          0.062516235 = score(doc=3179,freq=4.0), product of:
            0.19245663 = queryWeight, product of:
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.04628742 = queryNorm
            0.32483283 = fieldWeight in 3179, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              4.1578603 = idf(docFreq=1879, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3179)
      0.4 = coord(2/5)
    
    Abstract
    There are many advantages for Digital Libraries in indexing with classifications or thesauri, but some current disincentive in the lack of flexible retrieval tools that deal with compound descriptors. This paper discusses a matching function for compound descriptors, or multi-concept subject headings, that does not rely an exact matching but incorporates term expansion via thesaurus semantic relationships to produce ranked results that take account of missing and partially matching terms. The matching function is based an a measure of semantic closeness between terms, which has the potential to help with recall problems. The work reported is part of the ongoing FACET project in collaboration with the National Museum of Science and Industry and its collections database. The architecture of the prototype system and its Interface are outlined. The matching problem for compound descriptors is reviewed and the FACET implementation described. Results are discussed from scenarios using the faceted Getty Art and Architecture Thesaurus. We argue that automatic traversal of thesaurus relationships can augment the user's browsing possibilities. The techniques can be applied both to unstructured multi-concept subject headings and potentially to more syntactically structured strings. The notion of a focus term is used by the matching function to model AAT modified descriptors (noun phrases). The relevance of the approach to precoordinated indexing and matching faceted strings is discussed.
    Theme
    Semantisches Umfeld in Indexierung u. Retrieval
  5. Gödert, W.: ¬Die Dezimalklassifikation im Online-Retrieval (1990) 0.02
    0.01945209 = product of:
      0.097260445 = sum of:
        0.097260445 = weight(_text_:retrieval in 5067) [ClassicSimilarity], result of:
          0.097260445 = score(doc=5067,freq=6.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.6946405 = fieldWeight in 5067, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.09375 = fieldNorm(doc=5067)
      0.2 = coord(1/5)
    
    Abstract
    Considers some structural features of UDC which may be of some importance to on-line information retrieval with synthesised UDC notations
    Theme
    Klassifikationssysteme im Online-Retrieval
  6. Aitchison, J.: ¬The thesaurofacet. A multipurpose retrieval language tool (1970) 0.01
    0.014974224 = product of:
      0.07487112 = sum of:
        0.07487112 = weight(_text_:retrieval in 460) [ClassicSimilarity], result of:
          0.07487112 = score(doc=460,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.5347345 = fieldWeight in 460, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.125 = fieldNorm(doc=460)
      0.2 = coord(1/5)
    
  7. Wilson, T.D.: ¬The work of the British Classification Research Group (1972) 0.01
    0.011230669 = product of:
      0.056153342 = sum of:
        0.056153342 = weight(_text_:retrieval in 2766) [ClassicSimilarity], result of:
          0.056153342 = score(doc=2766,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.40105087 = fieldWeight in 2766, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.09375 = fieldNorm(doc=2766)
      0.2 = coord(1/5)
    
    Source
    Subject retrieval in the seventies: new directions. Proc. of an int. symp. ... College Park, 14.-15.5.1971. Ed.: H.H. Wellisch u.a
  8. Francu, V.: ¬The impact of specificity on the retrieval power of a UDC-based multilingual thesaurus (2003) 0.01
    0.011230669 = product of:
      0.056153342 = sum of:
        0.056153342 = weight(_text_:retrieval in 5518) [ClassicSimilarity], result of:
          0.056153342 = score(doc=5518,freq=8.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.40105087 = fieldWeight in 5518, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=5518)
      0.2 = coord(1/5)
    
    Abstract
    The article describes the research done over a bibliographic database in order to show the impact the specificity of the knowledge organising tools may have on information retrieval (IR). For this purpose two multilingual Universal Decimal Classification (UDC) based thesauri having different degrees of specificity are considered. Issues of harmonising a classificatory structure with a thesaurus structure are introduced, and significant aspects of information retrieval in a multilingual environment are examined in an extensive manner. Aspects of complementarity are discussed with particular emphasis on the real impact produced on IR by alternative search facilities. Finally, a number of conclusions are formulated as they arise from the study.
    Content
    Beitrag eines Themenheftes "Knowledge organization and classification in international information retrieval"
  9. Scott, D.S.: Subject classification and natural-language processing for retrieval in large databases (1989) 0.01
    0.010588376 = product of:
      0.052941877 = sum of:
        0.052941877 = weight(_text_:retrieval in 967) [ClassicSimilarity], result of:
          0.052941877 = score(doc=967,freq=4.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.37811437 = fieldWeight in 967, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0625 = fieldNorm(doc=967)
      0.2 = coord(1/5)
    
    Theme
    Klassifikationssysteme im Online-Retrieval
  10. Funk, H.; Loth, K.: Sachabfrage im ETHICS auf der Basis der UDK: ein OPAC (1988) 0.01
    0.00935889 = product of:
      0.04679445 = sum of:
        0.04679445 = weight(_text_:retrieval in 2962) [ClassicSimilarity], result of:
          0.04679445 = score(doc=2962,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.33420905 = fieldWeight in 2962, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.078125 = fieldNorm(doc=2962)
      0.2 = coord(1/5)
    
    Theme
    Klassifikationssysteme im Online-Retrieval
  11. Balikova, M.: Multilingual Subject Access to Catalogues of National Libraries (MSAC) : Czech Republic's collaboration with Slovakia, Slovenia, Croatia, Macedonia, Lithuania and Latvia (2005) 0.01
    0.008370846 = product of:
      0.04185423 = sum of:
        0.04185423 = weight(_text_:retrieval in 4349) [ClassicSimilarity], result of:
          0.04185423 = score(doc=4349,freq=10.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.29892567 = fieldWeight in 4349, product of:
              3.1622777 = tf(freq=10.0), with freq of:
                10.0 = termFreq=10.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=4349)
      0.2 = coord(1/5)
    
    Abstract
    Czech authority file of topical terms is intended to form a base for multilingual controlled vocabulary. The aim of the proposal is to provide users of online library catalogues and internet services of cooperating institutions with an indexing and retrieval tool which enables multilingual and cross-domain searching ("one-stop" seamless searching). The goal of the project is to establish a multilingual subject approach to catalogues of participating libraries (Czechia, Croatia, Latvia, Lithuania, Macedonia, Slovakia, and Slovenia). In practice this means that a user in any of these countries would enter a query in his local language and receive hits from all the catalogues. The initiative is complying with the main goals currently defined by IFLA for the activity of Indexing and Classification Section, it means: Changing Roles of Subject Access Tools (Berlin), Implementation and Adaptation of Global Tools for Subject Access to Local Needs (Buenos Aires), and Cataloguing and Subject Tools for Global Access: International Partnerships (Oslo).
    Content
    The aim of this initiative is to provide the users of online library catalogues and information gateways of cooperating libraries with a prototype for multilingual subject searching in online environment. Library collections of these libraries are large and without any doubt very valuable for researchers throughout Europe. What is needed is a standardized, authorized indexing and retrieval tool which would bring together all their catalogues and databases and enable multilingual subject searching. At the beginning of the project, a number of factors affecting subject indexing in current environment and cross-searching for subjects have been identified. These factors include - standardization of subject retrieval process and indexing and classification tools - subject retrieval methods - possibility of interoperability among different indexing and classification schemes - multilingualism issue - possibility to increase precision and recall trough Z39.50 protocol and its profiles and to apply authority control in subject retrieval process - need for cooperation
  12. Root thesaurus. Pt.1.2 (1985) 0.01
    0.007525568 = product of:
      0.03762784 = sum of:
        0.03762784 = product of:
          0.07525568 = sum of:
            0.07525568 = weight(_text_:22 in 467) [ClassicSimilarity], result of:
              0.07525568 = score(doc=467,freq=2.0), product of:
                0.16209066 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.04628742 = queryNorm
                0.46428138 = fieldWeight in 467, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.09375 = fieldNorm(doc=467)
          0.5 = coord(1/2)
      0.2 = coord(1/5)
    
    Date
    18. 5.2007 14:22:43
  13. Karg, H.: Mapping Dewey and subject authorities : CrissCross (2007) 0.01
    0.007525568 = product of:
      0.03762784 = sum of:
        0.03762784 = product of:
          0.07525568 = sum of:
            0.07525568 = weight(_text_:22 in 559) [ClassicSimilarity], result of:
              0.07525568 = score(doc=559,freq=2.0), product of:
                0.16209066 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.04628742 = queryNorm
                0.46428138 = fieldWeight in 559, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.09375 = fieldNorm(doc=559)
          0.5 = coord(1/2)
      0.2 = coord(1/5)
    
    Content
    Vortrag anläasslich des Workshops: "Extending the multilingual capacity of The European Library in the EDL project Stockholm, Swedish National Library, 22-23 November 2007".
  14. Raghavan, K.S.: ¬The general theory of classification as the basis for structuring of subject headings (1985(?)) 0.01
    0.007487112 = product of:
      0.03743556 = sum of:
        0.03743556 = weight(_text_:retrieval in 1830) [ClassicSimilarity], result of:
          0.03743556 = score(doc=1830,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.26736724 = fieldWeight in 1830, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0625 = fieldNorm(doc=1830)
      0.2 = coord(1/5)
    
    Abstract
    Defines the basic functions of surrogate files in information retrieval. Exemplifies the categories enunciated in the general theory of classification developed in India. Defines the principles for structuring the concepts. Formulates set of general postulates pertaining to the structure of compound subjects. On the basis of these, outlines a procedure for structuring of subject headings. Demonstrates the application of procedure through examples
  15. Schott, H.; Schroeder, A.: Crosskonkordanzen von Thesauri und Klassifikationen (2004) 0.01
    0.0056153345 = product of:
      0.028076671 = sum of:
        0.028076671 = weight(_text_:retrieval in 3126) [ClassicSimilarity], result of:
          0.028076671 = score(doc=3126,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.20052543 = fieldWeight in 3126, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=3126)
      0.2 = coord(1/5)
    
    Abstract
    Im folgenden wird über ein Projekt berichtet, das als Arbeitspaket eingebunden war in die Sonderfördermaßnahme CARMEN (Content Analysis, Retrieval and MetaData: Effective Networking), die im Rahmen von Global Info vom BMBF gefördert wurde. Die Bearbeitung von Crosskonkordanzen war dem Themenschwerpunkt "Verfahren zur Behandlung von Heterogenität bei textueller Information verschiedener Datentypen und Inhaltserschließungsverfahren" zugeordnet. Darin ging es neben maschinellen Verfahren zur Erzeugung von Metadaten um die Behandlung semantischer Heterogenität durch Transferbeziehungen, die maschinell mit Hilfe quantitativ-statistischer Verfahren und intellektuell durch Crosskonkordanzen hergestellt wurden. Konkreter Zweck der Crosskonkordanzen ist es, eine integrierte Suche nach sachlichen Gesichtspunkten in verteilten Datenbeständen mit unterschiedlichen inhaltlichen Schwerpunkten zu ermöglichen. Die Crosskonkordanzen sollen dabei den begrifflichen Unterschieden der verwendeten Klassifikationen und Thesauri Rechnung tragen.
  16. Gödert, W.: Multilingualität und Lokalisierung zur Wissenserkundung : oder vom Nutzen semantischer Netze für das Information Retrieval (2007) 0.01
    0.0056153345 = product of:
      0.028076671 = sum of:
        0.028076671 = weight(_text_:retrieval in 557) [ClassicSimilarity], result of:
          0.028076671 = score(doc=557,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.20052543 = fieldWeight in 557, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=557)
      0.2 = coord(1/5)
    
  17. Maibach, C.: ¬Die DDC auf neuen Wegen : verbale Sucheinstiege für klassifikatorisch erschlossene Titel (2014) 0.01
    0.0056153345 = product of:
      0.028076671 = sum of:
        0.028076671 = weight(_text_:retrieval in 2482) [ClassicSimilarity], result of:
          0.028076671 = score(doc=2482,freq=2.0), product of:
            0.14001551 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04628742 = queryNorm
            0.20052543 = fieldWeight in 2482, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=2482)
      0.2 = coord(1/5)
    
    Theme
    Klassifikationssysteme im Online-Retrieval