search for: testword

Displaying 3 results from an estimated 3 matches for "testword".

2010 Apr 05
1
Problem with stop words by indexing
...ried with a simple example but it does not work at all. I have my writableDatabase and my termGenerator (indexer) and they work well both together: I can index texts and search trough the database correctly. But if I add (before indexing my texts): Xapian::SimpleStopper stopper; stopper.add("testword"); indexer.set_stopper(&stopper); ... the result is exactly the same as before. I have checked with delve and "testword" is indexed. Do I use the SimpleStopper in a right way? Regards Emmanuel
2010 May 27
1
Problem with stop words by indexing
...ave my writableDatabase and my termGenerator > (indexer) and they work > well both together: I can index texts and search > trough the database > correctly. > > > > But if I add (before indexing my texts): > > Xapian::SimpleStopper stopper; > > stopper.add("testword"); > > indexer.set_stopper(&stopper); > > > > ... the result is exactly the same as before. I have > checked with delve > and "testword" is indexed. > > http://article.gmane.org/gmane.comp.search.xapian.general/7571 > Looks like I failed to add...
2003 Jul 08
0
File Permission Problem Saving Word Doc to Samba Share
...quot; and saves using the dialog, no *.tmp files accumulate. Seems that this problem has something to do with the creation of .tmp files and the inability of Word to delete them. I forced create mode on the samba share, and I forced apache's user and group (nobody) on the share, viz. [TestWord] comment = DRIVE T: path = /home/httpd/intranet/Local/TestWord public = yes read only = yes browseable = yes writable = yes printable = no write list = conrad,nobody create mode = 0666 force group = nobody force user = nobody force create mode = 0666...