Questions tagged [indexing]

94 questions
1
vote
2 answers

Can I prevent Exchange from indexing during workhours?

We run 2 Exchange servers in a DAG environment. Both servers host 2 databases and have a passive copy of the opposite 2. One of our Exchange servers is indexing a passive copy of the largest database, causing CPU to rise to 99% and memory to 80% (VM…
Kevv
  • 111
  • 2
  • 2
  • 10
1
vote
0 answers

Adding new indexes and facet fields to KOHA

I use the following procedures from https://wiki.koha-community.org/wiki/How_to_add_new_zebra_index and https://wiki.koha-community.org/wiki/Understanding_Zebra_indexing, but get no facet…
s3go11
  • 21
  • 3
1
vote
2 answers

Elasticsearch index much larger than the actual size of the logs it indexed?

I noticed that elasticsearch consumed over 30GB of disk space over night. By comparison the total size of all the logs I wanted to index is only 5 GB...Well, not even that really, probably more like 2.5-3GB. Is there any reason for this and is there…
Christopher Bruce
  • 329
  • 2
  • 4
  • 14
1
vote
2 answers

MSSQL-Server: rebuild vs reorganize Index and Update Statistics

We had a database which was very slow (MS SQL SERVER). Now we figured out, that the indexes were never rebuild oder reorganised. (At the moment it is not clear if this really was the problem but we want to do this frequently now.) But now the…
frupfrup
  • 853
  • 3
  • 13
  • 27
1
vote
1 answer

Get modified date from Windows indexing search

I'm wondering it it is possible to retrieve the file modified date from a windows indexing search. I'm getting the name of the file with: objRecordset.Fields.Item("System.ItemName") And I'm not sure how to check all the properties or fields…
Steve
  • 203
  • 6
  • 13
1
vote
1 answer

Windows Search Service on File server

We currently have a Server 2008 R2 file server hosting DFS ABE Shares that are pushed out to our Citrix XenApp 6.5 (published desktop) users as mapped drives via GPO. Recently there have been a lot of complaints that searching, since the move to…
user35213
1
vote
1 answer

Hide every directory in a folder from index, but not their contents

On my server, I want to create a directory hidden from normal users, but that is accessible with a link without authentication. Currently I have set it up like this: In the virtual host configuration I have allowed Index options to be overridden On…
Esa Varemo
  • 551
  • 3
  • 8
  • 21
1
vote
1 answer

Is there any way to store the index of a network file system (SMB 2.0) on the server, so that my users don't have to manually set up the index?

I apologize if this is in the wrong place, but I believe it is sufficiently server related. Also, just as a disclaimer: I'm not the server guy! I'm just trying to find out information. I have several GB of PDF documents that I need to provide to my…
1
vote
1 answer

Configure .htaccess to block bot indexing but allow browser directory listing/viewing

I know in order to show a directory listing of my files in a browser through .htaccess I can use Options +Indexes and to prevent Google and most bots from crawling my directory I can use Options -Indexes Is it possible to still allow a visible…
RCNeil
  • 605
  • 3
  • 8
  • 17
1
vote
2 answers

Linux search tool for a server

I would like to search my server (or even the entire local area network) for files with possibility of indexing (even the content of txt, pdf, ... files). I got suggested this link…
1
vote
1 answer

How can I know that database indices are ok?

On Microsoft SQL Server 2008 how can I know or find out that database indices are regenerated?
Makach
  • 251
  • 1
  • 10
1
vote
1 answer

SharePoint Office Servers *.ci files huge

I have a SharePoint 2007 front end server and the C: drive space started being consumed by something. I looked into it and some of the *.ci files from the C:\Program Files\Microsoft Office Servers\12.0\Data\Office…
Mike
  • 358
  • 1
  • 5
  • 17
1
vote
3 answers

How can I quickly search my entire filesystem in ubuntu?

I need to quickly search my entire filesystem for a string. Is there a program that will index my disk and allow me to do this? I've tried tracker and google desktop, but they don't seem to allow me to recursively index root (/).
1
vote
1 answer

How to password protect Apache's auto-generated directory index/listings?

I like the built in indexing that apache can do, I use it a lot to navigate certain files of mine. The problem I run into is that I normally leave a directory with no index.html so that I can view the index this way, but it allows the public to also…
Brian
1
vote
2 answers

Same index for all (sub-)directories?

I was wondering if it was possible to write some .htaccess page that makes the server use an index.php file in a SINGLE directory as the index file for every directory/sub-directory on my server, rather than placing the exact same index.php in 200+…
whatisthis