search for: indexoptions

Displaying 8 results from an estimated 8 matches for "indexoptions".

2006 Sep 25
0
Odd indexing issue
...Below is a little console script with output showing the oddness. The relevant model code is at the bottom of this post, please let me know if there''s anything else I can supply. Sam --------ruby script/console Entry.create_ferret_index index = Ferret::Index::Index.new(FerretConfig::INDEXOPTIONS) # an arbitrary query to return all results from index index.search_each("*", {:limit => 6000}) do |doc, score| if docindex !~ /^\d*$/ then # show me ids that aren''t numeric p doc.to_s + " " + docindex = index[doc][:id] end end ----------- OUTPUT FROM THE ABOVE...
2007 Feb 10
7
Adding entry breaks index
...h just adds to the strangeness - anyway I need it to work on the debian server) narrowed it down to one single entry that when you add or delete from the index completely changes results in unrelated searches. a little console output shows this best. index = Ferret::Index::Index.new(FerretConfig::INDEXOPTIONS) puts index.search("westpac").total_hits 286 puts index.search("westpac branch").total_hits 277 doc = Entry.find(1094481).make_entry_ferret_doc => {:latitude1d=>"36.9", :address=>"61 Remuera Rd, Newmarket", :longitude1d=>"174.8", :name...
2014 Jan 21
0
Apache Directory Level access control
...me ca.harte-lyne AuthDigestDomain / AuthDigestProvider file AuthUserFile /etc/httpd/access.d/.htdigest AuthGroupFile /var/data/hll_dav/htgroup Require group staff AllowOverride None Order allow,deny allow from all Satisfy All Options Indexes MultiViews IndexOptions FancyIndexing AddDefaultCharset UTF-8 </Directory> <Directory /Private> Require group management </Directory> In this setup a member of group staff who is not a member of group management nonetheless can list and download files in /Private. I want to prevent this. Is t...
2015 May 07
2
Apache 2.2 itk - 404 not found
...ase. DAVLockDB /var/lib/dav/lockdb </IfModule> ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" <Directory "/var/www/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=UTF-8 AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType...
2015 May 07
3
Apache 2.2 itk - 404 not found
...t; ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >> <Directory "/var/www/cgi-bin"> >> AllowOverride None >> Options None >> Order allow,deny >> Allow from all >> </Directory> >> IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable >> Charset=UTF-8 >> AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip >> AddIconByType (TXT,/icons/text.gif) text/* >> AddIconByType (IMG,/icons/image2.gif) image/* >> AddIconByType (SND,...
2015 May 07
0
Apache 2.2 itk - 404 not found
.../lockdb > </IfModule> > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" > <Directory "/var/www/cgi-bin"> > AllowOverride None > Options None > Order allow,deny > Allow from all > </Directory> > IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable > Charset=UTF-8 > AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip > AddIconByType (TXT,/icons/text.gif) text/* > AddIconByType (IMG,/icons/image2.gif) image/* > AddIconByType (SND,/icons/sound2.gif) audio/...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...exist in # your server''s namespace, but do not anymore. This allows you to tell the # clients where to look for the relocated document. # Example: # Redirect permanent /foo http://www.example.com/bar # # Directives controlling the display of server-generated directory listings. # # # IndexOptions: Controls the appearance of server-generated directory # listings. # IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # Add...
2006 Jan 05
2
Apache issue
...used to exist in # your server's namespace, but do not anymore. This allows you to tell the # clients where to look for the relocated document. # Example: # Redirect permanent /foo http://www.example.com/bar # # Directives controlling the display of server-generated directory listings. # # # IndexOptions: Controls the appearance of server-generated directory # listings. # IndexOptions FancyIndexing VersionSort NameWidth=* # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # AddIconByEnco...