Questions tagged [content-indexing]

9 questions
3
votes
1 answer

Simple examples of public space, user space, and frozen space in gun db

Gun seems great - both useful and usable! However, I'm struggling to understand the difference between a public space put, a user space put and a frozen space put. My attempts at the simplest possible examples are: Public Space let gun = Gun()…
Lee
  • 29,398
  • 28
  • 117
  • 170
1
vote
2 answers

Analyze video content, create an index on (with a search engine?)

How can I create an Index on thousands of video files? Analyze the audio track of a video file and write this somewher, like a tag. Thanks!
Jens
  • 177
  • 1
  • 1
  • 8
1
vote
1 answer

ContentIndexer is not working on Windows 10 Creators Update

I am working on a old Windows 8 application which is using the ContentIndexer from Windows to build an index for a search engine in the app. It was working well until I updated my computer to the last Creators Update. I get an exception when I'm…
1
vote
2 answers

Lucene.NET Faceted Search

I am building a faceted search with Lucene.NET, not using Solr. I want to get a list of navigation items within the current query. I just want to make sure I'm pointed in the right direction. I've got an idea in mind that will work, but I'm not sure…
Paul
  • 6,188
  • 1
  • 41
  • 63
1
vote
1 answer

How to tell if a Windows folder has content-indexing enabled?

I am looking for a Windows API that I can call from Delphi 2010 which will allow my application to determine if a specific folder has content-indexing enabled. In other words whether there is a tick in the checkbox named 'Allow files in this folder…
frogb
  • 2,040
  • 15
  • 22
1
vote
1 answer

lucene searching

Dear StackOverFlow Developers I want a help from you . I am stuck in Apache lucene to use in java swing application . The problem is so complex that even i m confused how should i ask it. Please try to understand what is my actual requirement. The…
0
votes
1 answer

solr indexing and reindexing

I have the schema with 10 fields. One of the fields is text(content of a file) , rest all the fields are custom metadata. Document doesn't chnages but the metadata changes frequently . Is there any way to skip the Document(text) while re-indexing.…
abhijit
  • 1
  • 1
0
votes
1 answer

Can not index pdf file after i updated PDFBox from 1.8 to 2.0.2

I am using PDFBox and tika for content indexing of pdf file. Every thing is working fine with PDFFBox 1.8,But when is updated PDFBox to 2.0.2 then it is giving me below error: (Thread-62 (HornetQ-client-global-threads-2071379348)) Exception while…
Nitin
  • 2,701
  • 2
  • 30
  • 60
0
votes
1 answer

htaccess allow just a specific url for a specific subdomain and disallow all the rest

We have 2 subdomains for our websites. subdomain1.xxxxx.com subdomain2.xxxxx.com (We just create the second one a couple of days ago) What I'm trying to accomplish with the .htaccess: All the subdomain2.xxxxx.com/??? urls must NOT be visible by…
Samuele
  • 512
  • 1
  • 9
  • 23