merge
This commit is contained in:
parent
7b4c1d8859
commit
1c0d3bd8cf
74 changed files with 3893 additions and 2522 deletions
|
@ -10,7 +10,7 @@ doc.get(testfield) -> [testfieldvalue1]
|
|||
getattr(doc, filename) -> [htmlfield1.html]
|
||||
doc.get(filename) -> [htmlfield1.html]
|
||||
|
||||
for fld in doc.keys():
|
||||
for fld in sorted(doc.keys()):
|
||||
[abstract] -> [ ThisIsTheFieldHtmlTestFile]
|
||||
[caption] -> [HTML fields test file: été à noël]
|
||||
[dbytes] -> [27]
|
||||
|
@ -24,29 +24,29 @@ for fld in doc.keys():
|
|||
[pcbytes] -> [267]
|
||||
[rcludi] -> [/home/dockes/projets/fulltext/testrecoll/html/htmlfield1.html|]
|
||||
[relevancyrating] -> [100%]
|
||||
[sig] -> [2671383154417]
|
||||
[sig] -> [2671402138880]
|
||||
[testfield] -> [testfieldvalue1]
|
||||
[title] -> [HTML fields test file: été à noël]
|
||||
[url] -> [file:///home/dockes/projets/fulltext/testrecoll/html/htmlfield1.html]
|
||||
|
||||
for k,v in doc.items().items():
|
||||
[testfield] -> [testfieldvalue1]
|
||||
[ipath] -> []
|
||||
[url] -> [file:///home/dockes/projets/fulltext/testrecoll/html/htmlfield1.html]
|
||||
for k,v in sorted(doc.items().items()):
|
||||
[abstract] -> [ ThisIsTheFieldHtmlTestFile]
|
||||
[pcbytes] -> [267]
|
||||
[caption] -> [HTML fields test file: été à noël]
|
||||
[dbytes] -> [27]
|
||||
[fbytes] -> [267]
|
||||
[filename] -> [htmlfield1.html]
|
||||
[mtype] -> [text/html]
|
||||
[caption] -> [HTML fields test file: été à noël]
|
||||
[fmtime] -> [01383154417]
|
||||
[dbytes] -> [27]
|
||||
[sig] -> [2671383154417]
|
||||
[ipath] -> []
|
||||
[mtime] -> [01383154417]
|
||||
[title] -> [HTML fields test file: été à noël]
|
||||
[mtype] -> [text/html]
|
||||
[origcharset] -> [utf-8]
|
||||
[pcbytes] -> [267]
|
||||
[rcludi] -> [/home/dockes/projets/fulltext/testrecoll/html/htmlfield1.html|]
|
||||
[relevancyrating] -> [100%]
|
||||
[origcharset] -> [utf-8]
|
||||
[sig] -> [2671402138880]
|
||||
[testfield] -> [testfieldvalue1]
|
||||
[title] -> [HTML fields test file: été à noël]
|
||||
[url] -> [file:///home/dockes/projets/fulltext/testrecoll/html/htmlfield1.html]
|
||||
|
||||
Accented query:
|
||||
User query [title:"été à noël"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue