Hi,

I've done, but it has no effect.

When I take a look at the search index in dspace.cfg, it is like this.
There is finally no entry about "full text".

 ##### Search settings #####

# Where to put search index files
search.dir = ${dspace.dir}/search

# Higher values of search.max-clauses will enable prefix searches to work on
# large repositories
# search.max-clauses = 2048

# Which Lucene Analyzer implementation to use.  If this is omitted or
# commented out, the standard DSpace analyzer (designed for English)
# is used by default.
# search.analyzer = org.dspace.search.DSAnalyzer

# Chinese analyzer
# search.analyzer = org.apache.lucene.analysis.cn.ChineseAnalyzer

# Boolean search operator to use, current supported values are OR and AND
# If this config item is missing or commented out, OR is used
# AND requires all search terms to be present
# OR requires one or more search terms to be present
search.operator = OR


##### Search indexing settings #####

# Maximum number of terms indexed for a single field in Lucene.
# Default is 10,000 words - often not enough for full-text indexing.
# If you change this, you'll need to re-index for the change
# to take effect on previously added items.
# -1 = unlimited (Integer.MAX_VALUE)
search.maxfieldlength = 10000


##### Fields to Index for Search #####

# DC metadata elements.qualifiers to be indexed for search
# format: - search.index.[number] = [search field]:element.qualifier
#         - * used as wildcard

###      changing these will change your search results,     ###
###  but will NOT automatically change your search displays  ###



search.index.1 = title:dc.title.*
search.index.2 = author:dc.creator
search.index.3 = author:dc.contributor.*
search.index.4 = coverage:dc.coverage.*
search.index.5 = abstract:dc.description.*
search.index.6 = identifier:dc.identifier.*
search.index.7 = publisher:dc.publisher.*
search.index.8 = rights:dc.rights.holder
search.index.9 = source:dc.source.*
search.index.10 = keyword:dc.subject.*
search.index.11 = availabilty:dc.agls.availablility
search.index.12 = type:dc.type.*
search.index.13 = type1:dc.type1
search.index.14 = type2:dc.type2
search.index.15 = type3:dc.type3
search.index.16 = identifier:dc.relation.isformatof



Am 13.03.2012 20:03, schrieb helix84:
> Hi Matthias,
>
> it sounds like you're doing everything right.
>
> Do you use Discovery? If so, maybe running "[dspace]/bin/dspace
> update-discovery-index" is needed after index-update.
>
> Regards,
> ~~helix84

-- 

_______________________________

dipl.-ing. matthias zipp
basis5 webtechnologie
möller und zipp ingenieure
und partner

pestalozzistraße 9
34119 kassel
germany

t +49.(0)561.7660348
f +49.(0)561.7660358

[email protected]
www.basis5.de
____________

vertretungsberechtigte gesellschafter: 
lars möller, matthias zipp
registergericht: amtsgericht frankfurt am main 
registernummer: PR 1118
umsatzsteuer-identifikationsnummer gemäß § 27 a umsatzsteuergesetz:
DE 219095185 
_______________________________


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to