####################################################################### # Document sections. # # Format is: # # Section # # where is a section name and is section ID # between 0 and 255. Use 0 if you don't want to index some of # these sections. It is better to use different sections IDs # for different documents parts. In this case during search # time you'll be able to give different weight to each part # or even disallow some sections at a search time. # argument contains a maximum length of section # which will be stored in database. # Standard HTML sections: body, title Section body 1 256 Section title 2 128 # META tags # For example # Section meta.keywords 3 128 Section meta.description 4 128 # HTTP headers example, let's store "Server" HTTP header # # #Section header.server 5 64 # Document's URL or URL parts Section url 6 0 #Section url.file 6 0 #Section url.path 7 0 #Section url.host 8 0 #Section url.proto 9 0 # CrossWords Section crosswords 10 Section Charset 11 32 Section Content-Type 12 64 Section Content-Language 13 16 # Uncomment the following lines if you want tag attributes # to be indexed #Section attribute.alt 14 128 #Section attribute.label 15 128 #Section attribute.summary 16 128 #Section attribute.title 17 128 #Section attribute.longdesc 18 128 # Uncomment the following lines if you want use NewsExtensions # You may add any Newsgroups header to be indexed and stored in urlinfo table #Section References 19 0 #Section Message-ID 20 0 #Section Parent-ID 21 0 # Uncomment the following lines if you want index MP3 tags. #Section MP3.Song 22 128 #Section MP3.Album 23 128 #Section MP3.Artist 24 128 #Section MP3.Year 25 128 #Section MP3.Comment 26 128 # These are ID3v.2.2 tags #Section ID3.TT1 27 128 #Section ID3.TT2 28 128 #Section ID3.TT3 29 128 #Section ID3.TP1 30 128 #Section ID3.TP2 31 128 #Section ID3.TP3 32 128 #Section ID3.TP4 33 128 #Section ID3.TCM 34 128 #Section ID3.TXT 35 128 #Section ID3.TLA 36 128 #Section ID3.TAL 37 128 #Section ID3.TYE 38 128 #Section ID3.TCR 39 128 #Section ID3.TPB 40 128 #Section ID3.TOT 41 128 #Section ID3.TOA 42 128 #Section ID3.TOL 43 128 #Section ID3.TOR 44 128 # Uncomment the following line if you want index images comment extensions. #Section IMG.comment 45 0 # Uncomment the following line if you want use Summary Extraction Algorithm. # Change maxlen value from 0, if you want to use $(sea) value if search template. #Section sea 46 0 # Uncomment the following line if you fish to store geopositions found. #Section geo.lat 0 32 #Section geo.lon 0 32