Mobile app version of vmapp.org
Login or Join
Sarah324

: S1000D JavaScript search engine I am developping a static web application. My goal is to create a search engine. So, I have a list of training's documents and I want to search a fulltext from

@Sarah324

Posted in: #Datastorage #Javascript #Jquery #SearchEngines

I am developping a static web application. My goal is to create a search engine.

So, I have a list of training's documents and I want to search a fulltext from each one;

My documents are stored on my disk in the norm S1000D.

I want show DM-code for each founded fulltext.

Does exists this type of engine?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

1 Comments

Sorted by latest first Latest Oldest Best

 

@Frith620

Not sure what you mean. Are you talking about offline search, or querying a server ?

If you have a server, you're probably good to go with a SOLR server + querying it with jQuery.ajax calls.

If you're looking for an offline solution, you can either do iterative regex lookups or use something along the lines of fullproof reyesr.github.com/fullproof/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme