Hello,
I am a new user of swish and I would like some advice on using it.
I am using it to index source code for my project team and it seams to not
index all of the words.
If it matters we are using Objective C.
For example I can do a earch for a method name like "init" and I get results
but if I do a search for a method name like "initWithEditingContext:" I get
no results. Now the "initWithEditingContext:" method exists in hundreds of
places in our code. As far as the config files go I have basically set up swish
"right out of the box" is there someting I am doing wrong? Could it have
something to do with the " : " (colons) we use in our methods?
thanks for any help
Jerry E. Porter
Software Engineer
Tensor Information Systems, Inc.
1200 Summit Ave. Suite 770
Fort Worth, TX 76102
www.tensor.com
Here is my config file:
##################################################
# DIRECTIVES COMMON to HTTP and FILESYSTEM METHODS
###################################################
IndexDir /developer/htdocs/Source
IndexFile /developer/htdocs/Source/Source.index
IndexName "ARM Source Code index"
IndexDescription "This is an index of the ARM Source code tree."
IndexPointer "/developer/htdocs/Source/index.html"
IndexAdmin "jerry.porter@targetbase.com"
MetaNames first author
IndexReport 3
FollowSymLinks yes
ReplaceRules replace "/developer/htdocs" ""
MinWordLimit 3
#MaxWordLimit 5
#WordCharacters abcdefghijklmnopqrstuvwxyz\&#;0123456789.@|,-'"[](~!@$%^{}_+?
#BeginCharacters m"
#EndCharacters \"\
#IgnoreLastChar
#IgnoreFirstChar
#IgnoreLimit 50 1000
#IgnoreWords SwishDefault
IndexComments 0
##################################
# DIRECTIVES for FILESYSTEMS ONLY
# Comment out if using HTTP
###################################
IndexOnly .m .h .plist .eomodeld
NoContents .gif .xbm .au .mov .mpg .pdf .ps .bmp .rpt .nib
FileRules filename contains ~ .bak blah .old
#FileRules title contains construction example pointers
#FileRules directory contains .htaccess
#FileRules filename is index
################################
# DIRECTIVES for HTTP METHOD ONLY
# Comment out if using FILESYSTEM
##################################
#MaxDepth 5
#Delay 60
#TmpDir C:/temp
#SpiderDirectory /tmp/
#EquivalentServer http://armanswers.marcgroup.com http://c10157.marcgroup.com
Received on Thu Jul 29 09:39:13 1999